Html Css Color HEX #BCD01F Rio Grande

📋 copy color: '#BCD01F'

red 188 ◦ green 208 ◦ blue 31

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

Shades of Rio Grande #BCD01F

Tints of Rio Grande #BCD01F

RGB

 RED value IS 188 (73.83% from 255) = 44.03%

 GREEN value IS 208 (81.64% from 255) = 48.71%

 BLUE value IS 31 (12.5% from 255) = 7.26%

R = 44.03%
G = 48.71%
B = 7.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#BCD01F (or 0xBCD01F) is known color: Rio Grande. HEX triplet: BC, D0 and 1F. RGB value is (188,208,31). Sum of RGB (Red+Green+Blue) = 188+208+31=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 31 (12.5% from 255 or 7.26% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD01F is #432FE0. Grayscale: #B6B6B6. Windows color (decimal): -4403169 or 2085052. OLE color: 2085052.

HSL color Cylindrical-coordinate representation of color #BCD01F: hue angle of 66.78º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCD01F is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 31 -
CMYK 0.10 0 0.85 0.18
HSL 66.78º 0.74% 0.47% -
HSV(B) 66.78º 0.85% 0.82% -
XYZ 43.54 55.9 9.79 -
YUV 181.84 42.87 132.39 -
System Red Green Blue C M Y K H S L
Decimal 188 208 31 0.10 0 0.85 0.18 66.78 0.74 0.47
Hex BC D0 1F A 0 55 12 43 4A 2F
Octal 274 320 37 12 0 125 22 103 112 57
Binary 10111100 11010000 11111 1010 0 1010101 10010 1000011 1001010 101111

Color Harmonies of #BCD01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD01F

Black with #BCD01F

Text Example


Text Example

White with #BCD01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD01F; }

 p { color: rgb(188,208,31); }

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

background-color css

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

 a { background-color: rgb(188,208,31); }

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

border-color css

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

 span { border-color: rgb(188,208,31); }

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