Html Css Color HEX #BCB118 Earls Green

📋 copy color: '#BCB118'

red 188 ◦ green 177 ◦ blue 24

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

Shades of Earls Green #BCB118

Tints of Earls Green #BCB118

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.5%

 BLUE value IS 24 (9.77% from 255) = 6.17%

R = 48.33%
G = 45.5%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BCB118 (or 0xBCB118) is known color: Earls Green. HEX triplet: BC, B1 and 18. RGB value is (188,177,24). Sum of RGB (Red+Green+Blue) = 188+177+24=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB118 is #434EE7. Grayscale: #A3A3A3. Windows color (decimal): -4411112 or 1618364. OLE color: 1618364.

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

Color convert

RGB 188 177 24 -
CMYK 0 0.06 0.87 0.26
HSL 55.98º 0.77% 0.42% -
HSV(B) 55.98º 0.87% 0.74% -
XYZ 36.63 42.2 7.08 -
YUV 162.85 49.64 145.94 -
System Red Green Blue C M Y K H S L
Decimal 188 177 24 0 0.06 0.87 0.26 55.98 0.77 0.42
Hex BC B1 18 0 6 57 1A 38 4D 2A
Octal 274 261 30 0 6 127 32 70 115 52
Binary 10111100 10110001 11000 0 110 1010111 11010 111000 1001101 101010

Color Harmonies of #BCB118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB118

Black with #BCB118

Text Example


Text Example

White with #BCB118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB118; }

 p { color: rgb(188,177,24); }

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

background-color css

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

 a { background-color: rgb(188,177,24); }

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

border-color css

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

 span { border-color: rgb(188,177,24); }

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