Html Css Color HEX #BCD31F Rio Grande

📋 copy color: '#BCD31F'

red 188 ◦ green 211 ◦ blue 31

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

Shades of Rio Grande #BCD31F

Tints of Rio Grande #BCD31F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.07%

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

R = 43.72%
G = 49.07%
B = 7.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#BCD31F (or 0xBCD31F) is known color: Rio Grande. HEX triplet: BC, D3 and 1F. RGB value is (188,211,31). Sum of RGB (Red+Green+Blue) = 188+211+31=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD31F is #432CE0. Grayscale: #B8B8B8. Windows color (decimal): -4402401 or 2085820. OLE color: 2085820.

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

Color convert

RGB 188 211 31 -
CMYK 0.11 0 0.85 0.17
HSL 67.67º 0.74% 0.47% -
HSV(B) 67.67º 0.85% 0.83% -
XYZ 44.28 57.38 10.04 -
YUV 183.6 41.88 131.14 -
System Red Green Blue C M Y K H S L
Decimal 188 211 31 0.11 0 0.85 0.17 67.67 0.74 0.47
Hex BC D3 1F B 0 55 11 44 4A 2F
Octal 274 323 37 13 0 125 21 104 112 57
Binary 10111100 11010011 11111 1011 0 1010101 10001 1000100 1001010 101111

Color Harmonies of #BCD31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD31F

Black with #BCD31F

Text Example


Text Example

White with #BCD31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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