Html Css Color HEX #BCB125 Earls Green

📋 copy color: '#BCB125'

red 188 ◦ green 177 ◦ blue 37

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

Shades of Earls Green #BCB125

Tints of Earls Green #BCB125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.2%

R = 46.77%
G = 44.03%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BCB125 (or 0xBCB125) is known color: Earls Green. HEX triplet: BC, B1 and 25. RGB value is (188,177,37). Sum of RGB (Red+Green+Blue) = 188+177+37=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB125 is #434EDA. Grayscale: #A4A4A4. Windows color (decimal): -4411099 or 2470332. OLE color: 2470332.

HSL color Cylindrical-coordinate representation of color #BCB125: hue angle of 55.63º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCB125 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 37 -
CMYK 0 0.06 0.80 0.26
HSL 55.63º 0.67% 0.44% -
HSV(B) 55.63º 0.8% 0.74% -
XYZ 36.8 42.27 7.97 -
YUV 164.33 56.14 144.88 -
System Red Green Blue C M Y K H S L
Decimal 188 177 37 0 0.06 0.80 0.26 55.63 0.67 0.44
Hex BC B1 25 0 6 50 1A 38 43 2C
Octal 274 261 45 0 6 120 32 70 103 54
Binary 10111100 10110001 100101 0 110 1010000 11010 111000 1000011 101100

Color Harmonies of #BCB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB125

Black with #BCB125

Text Example


Text Example

White with #BCB125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB125; }

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

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

background-color css

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

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

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

border-color css

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

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

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