Html Css Color HEX #BDC417 Rio Grande

📋 copy color: '#BDC417'

red 189 ◦ green 196 ◦ blue 23

#BDC417
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BDC417

Tints of Rio Grande #BDC417

RGB

 RED value IS 189 (74.22% from 255) = 46.32%

 GREEN value IS 196 (76.95% from 255) = 48.04%

 BLUE value IS 23 (9.38% from 255) = 5.64%

R = 46.32%
G = 48.04%
B = 5.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDC417 (or 0xBDC417) is known color: Rio Grande. HEX triplet: BD, C4 and 17. RGB value is (189,196,23). Sum of RGB (Red+Green+Blue) = 189+196+23=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 23 (9.38% from 255 or 5.64% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC417 is #423BE8. Grayscale: #AEAEAE. Windows color (decimal): -4340713 or 1557693. OLE color: 1557693.

HSL color Cylindrical-coordinate representation of color #BDC417: hue angle of 62.43º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDC417 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 23 -
CMYK 0.04 0 0.88 0.23
HSL 62.43º 0.79% 0.43% -
HSV(B) 62.43º 0.88% 0.77% -
XYZ 40.88 50.36 8.38 -
YUV 174.19 42.68 138.57 -
System Red Green Blue C M Y K H S L
Decimal 189 196 23 0.04 0 0.88 0.23 62.43 0.79 0.43
Hex BD C4 17 4 0 58 17 3E 4F 2B
Octal 275 304 27 4 0 130 27 76 117 53
Binary 10111101 11000100 10111 100 0 1011000 10111 111110 1001111 101011

Color Harmonies of #BDC417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC417

Black with #BDC417

Text Example


Text Example

White with #BDC417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC417; }

 p { color: rgb(189,196,23); }

 H1.HeaderClassName
 {
   color: #BDC417;
 }
 .AnyTagClassName
 {
   color: #BDC417;
 }
</style>

background-color css

<style>
 a { background-color: #BDC417; }

 a { background-color: rgb(189,196,23); }

 div.DivClassName
 {
   background-color: #BDC417;
 }
 .BgClassName
 {
   background-color: #BDC417;
 }
</style>

border-color css

<style>
 span { border-color: #BDC417; }

 span { border-color: rgb(189,196,23); }

 td.TdClassName
 {
   border-color: #BDC417;
 }
 .TagClassName
 {
   border-color: #BDC417;
 }
</style>