Html Css Color HEX #BDC616 Rio Grande

📋 copy color: '#BDC616'

red 189 ◦ green 198 ◦ blue 22

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

Shades of Rio Grande #BDC616

Tints of Rio Grande #BDC616

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.41%

 BLUE value IS 22 (8.98% from 255) = 5.38%

R = 46.21%
G = 48.41%
B = 5.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#BDC616 (or 0xBDC616) is known color: Rio Grande. HEX triplet: BD, C6 and 16. RGB value is (189,198,22). Sum of RGB (Red+Green+Blue) = 189+198+22=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC616 is #4239E9. Grayscale: #AFAFAF. Windows color (decimal): -4340202 or 1492669. OLE color: 1492669.

HSL color Cylindrical-coordinate representation of color #BDC616: hue angle of 63.07º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDC616 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 22 -
CMYK 0.05 0 0.89 0.22
HSL 63.07º 0.8% 0.43% -
HSV(B) 63.07º 0.89% 0.78% -
XYZ 41.33 51.26 8.48 -
YUV 175.25 41.52 137.81 -
System Red Green Blue C M Y K H S L
Decimal 189 198 22 0.05 0 0.89 0.22 63.07 0.8 0.43
Hex BD C6 16 5 0 59 16 3F 50 2B
Octal 275 306 26 5 0 131 26 77 120 53
Binary 10111101 11000110 10110 101 0 1011001 10110 111111 1010000 101011

Color Harmonies of #BDC616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC616

Black with #BDC616

Text Example


Text Example

White with #BDC616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC616; }

 p { color: rgb(189,198,22); }

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

background-color css

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

 a { background-color: rgb(189,198,22); }

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

border-color css

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

 span { border-color: rgb(189,198,22); }

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