Html Css Color HEX #BDCF11 Rio Grande

📋 copy color: '#BDCF11'

red 189 ◦ green 207 ◦ blue 17

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

Shades of Rio Grande #BDCF11

Tints of Rio Grande #BDCF11

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.12%

 BLUE value IS 17 (7.03% from 255) = 4.12%

R = 45.76%
G = 50.12%
B = 4.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#BDCF11 (or 0xBDCF11) is known color: Rio Grande. HEX triplet: BD, CF and 11. RGB value is (189,207,17). Sum of RGB (Red+Green+Blue) = 189+207+17=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCF11 is #4230EE. Grayscale: #B4B4B4. Windows color (decimal): -4337903 or 1167293. OLE color: 1167293.

HSL color Cylindrical-coordinate representation of color #BDCF11: hue angle of 65.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDCF11 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 17 -
CMYK 0.09 0 0.92 0.19
HSL 65.68º 0.85% 0.44% -
HSV(B) 65.68º 0.92% 0.81% -
XYZ 43.4 55.48 8.95 -
YUV 179.96 36.04 134.45 -
System Red Green Blue C M Y K H S L
Decimal 189 207 17 0.09 0 0.92 0.19 65.68 0.85 0.44
Hex BD CF 11 9 0 5C 13 42 55 2C
Octal 275 317 21 11 0 134 23 102 125 54
Binary 10111101 11001111 10001 1001 0 1011100 10011 1000010 1010101 101100

Color Harmonies of #BDCF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF11

Black with #BDCF11

Text Example


Text Example

White with #BDCF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF11; }

 p { color: rgb(189,207,17); }

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

background-color css

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

 a { background-color: rgb(189,207,17); }

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

border-color css

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

 span { border-color: rgb(189,207,17); }

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