Html Css Color HEX #BCB119 Earls Green

📋 copy color: '#BCB119'

red 188 ◦ green 177 ◦ blue 25

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

Shades of Earls Green #BCB119

Tints of Earls Green #BCB119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.41%

R = 48.21%
G = 45.38%
B = 6.41%

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

#BCB119 (or 0xBCB119) is known color: Earls Green. HEX triplet: BC, B1 and 19. RGB value is (188,177,25). Sum of RGB (Red+Green+Blue) = 188+177+25=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB119 is #434EE6. Grayscale: #A3A3A3. Windows color (decimal): -4411111 or 1683900. OLE color: 1683900.

HSL color Cylindrical-coordinate representation of color #BCB119: hue angle of 55.95º 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 #BCB119 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 25 -
CMYK 0 0.06 0.87 0.26
HSL 55.95º 0.77% 0.42% -
HSV(B) 55.95º 0.87% 0.74% -
XYZ 36.64 42.21 7.14 -
YUV 162.96 50.14 145.86 -
System Red Green Blue C M Y K H S L
Decimal 188 177 25 0 0.06 0.87 0.26 55.95 0.77 0.42
Hex BC B1 19 0 6 57 1A 38 4D 2A
Octal 274 261 31 0 6 127 32 70 115 52
Binary 10111100 10110001 11001 0 110 1010111 11010 111000 1001101 101010

Color Harmonies of #BCB119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB119

Black with #BCB119

Text Example


Text Example

White with #BCB119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB119; }

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

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

background-color css

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

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

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

border-color css

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

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

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