Html Css Color HEX #BDCF10 Rio Grande

📋 copy color: '#BDCF10'

red 189 ◦ green 207 ◦ blue 16

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

Shades of Rio Grande #BDCF10

Tints of Rio Grande #BDCF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.88%

R = 45.87%
G = 50.24%
B = 3.88%

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

#BDCF10 (or 0xBDCF10) is known color: Rio Grande. HEX triplet: BD, CF and 10. RGB value is (189,207,16). Sum of RGB (Red+Green+Blue) = 189+207+16=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCF10 is #4230EF. Grayscale: #B4B4B4. Windows color (decimal): -4337904 or 1101757. OLE color: 1101757.

HSL color Cylindrical-coordinate representation of color #BDCF10: hue angle of 65.65º degrees, saturation: 0.86, 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 #BDCF10 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 16 -
CMYK 0.09 0 0.92 0.19
HSL 65.65º 0.86% 0.44% -
HSV(B) 65.65º 0.92% 0.81% -
XYZ 43.39 55.48 8.91 -
YUV 179.84 35.54 134.53 -
System Red Green Blue C M Y K H S L
Decimal 189 207 16 0.09 0 0.92 0.19 65.65 0.86 0.44
Hex BD CF 10 9 0 5C 13 42 56 2C
Octal 275 317 20 11 0 134 23 102 126 54
Binary 10111101 11001111 10000 1001 0 1011100 10011 1000010 1010110 101100

Color Harmonies of #BDCF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF10

Black with #BDCF10

Text Example


Text Example

White with #BDCF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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