Html Css Color HEX #BCB31B Earls Green

📋 copy color: '#BCB31B'

red 188 ◦ green 179 ◦ blue 27

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

Shades of Earls Green #BCB31B

Tints of Earls Green #BCB31B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.43%

 BLUE value IS 27 (10.94% from 255) = 6.85%

R = 47.72%
G = 45.43%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BCB31B (or 0xBCB31B) is known color: Earls Green. HEX triplet: BC, B3 and 1B. RGB value is (188,179,27). Sum of RGB (Red+Green+Blue) = 188+179+27=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB31B is #434CE4. Grayscale: #A4A4A4. Windows color (decimal): -4410597 or 1815484. OLE color: 1815484.

HSL color Cylindrical-coordinate representation of color #BCB31B: hue angle of 56.65º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCB31B is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 27 -
CMYK 0 0.05 0.86 0.26
HSL 56.65º 0.75% 0.42% -
HSV(B) 56.65º 0.86% 0.74% -
XYZ 37.06 43.01 7.39 -
YUV 164.36 50.48 144.86 -
System Red Green Blue C M Y K H S L
Decimal 188 179 27 0 0.05 0.86 0.26 56.65 0.75 0.42
Hex BC B3 1B 0 5 56 1A 39 4B 2A
Octal 274 263 33 0 5 126 32 71 113 52
Binary 10111100 10110011 11011 0 101 1010110 11010 111001 1001011 101010

Color Harmonies of #BCB31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB31B

Black with #BCB31B

Text Example


Text Example

White with #BCB31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB31B; }

 p { color: rgb(188,179,27); }

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

background-color css

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

 a { background-color: rgb(188,179,27); }

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

border-color css

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

 span { border-color: rgb(188,179,27); }

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