Html Css Color HEX #BDCF0F Rio Grande

📋 copy color: '#BDCF0F'

red 189 ◦ green 207 ◦ blue 15

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

Shades of Rio Grande #BDCF0F

Tints of Rio Grande #BDCF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.65%

R = 45.99%
G = 50.36%
B = 3.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#BDCF0F (or 0xBDCF0F) is known color: Rio Grande. HEX triplet: BD, CF and 0F. RGB value is (189,207,15). Sum of RGB (Red+Green+Blue) = 189+207+15=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCF0F is #4230F0. Grayscale: #B4B4B4. Windows color (decimal): -4337905 or 1036221. OLE color: 1036221.

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

Color convert

RGB 189 207 15 -
CMYK 0.09 0 0.93 0.19
HSL 65.63º 0.86% 0.44% -
HSV(B) 65.63º 0.93% 0.81% -
XYZ 43.39 55.48 8.87 -
YUV 179.73 35.04 134.61 -
System Red Green Blue C M Y K H S L
Decimal 189 207 15 0.09 0 0.93 0.19 65.63 0.86 0.44
Hex BD CF F 9 0 5D 13 42 56 2C
Octal 275 317 17 11 0 135 23 102 126 54
Binary 10111101 11001111 1111 1001 0 1011101 10011 1000010 1010110 101100

Color Harmonies of #BDCF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF0F

Black with #BDCF0F

Text Example


Text Example

White with #BDCF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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