Html Css Color HEX #BCB31E Earls Green

📋 copy color: '#BCB31E'

red 188 ◦ green 179 ◦ blue 30

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

Shades of Earls Green #BCB31E

Tints of Earls Green #BCB31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.56%

R = 47.36%
G = 45.09%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BCB31E (or 0xBCB31E) is known color: Earls Green. HEX triplet: BC, B3 and 1E. RGB value is (188,179,30). Sum of RGB (Red+Green+Blue) = 188+179+30=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB31E is #434CE1. Grayscale: #A5A5A5. Windows color (decimal): -4410594 or 2012092. OLE color: 2012092.

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

Color convert

RGB 188 179 30 -
CMYK 0 0.05 0.84 0.26
HSL 56.58º 0.72% 0.43% -
HSV(B) 56.58º 0.84% 0.74% -
XYZ 37.09 43.03 7.58 -
YUV 164.71 51.98 144.62 -
System Red Green Blue C M Y K H S L
Decimal 188 179 30 0 0.05 0.84 0.26 56.58 0.72 0.43
Hex BC B3 1E 0 5 54 1A 39 48 2B
Octal 274 263 36 0 5 124 32 71 110 53
Binary 10111100 10110011 11110 0 101 1010100 11010 111001 1001000 101011

Color Harmonies of #BCB31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB31E

Black with #BCB31E

Text Example


Text Example

White with #BCB31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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