Html Css Color HEX #BCB528 Earls Green

📋 copy color: '#BCB528'

red 188 ◦ green 181 ◦ blue 40

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

Shades of Earls Green #BCB528

Tints of Earls Green #BCB528

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.25%

 BLUE value IS 40 (16.02% from 255) = 9.78%

R = 45.97%
G = 44.25%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BCB528 (or 0xBCB528) is known color: Earls Green. HEX triplet: BC, B5 and 28. RGB value is (188,181,40). Sum of RGB (Red+Green+Blue) = 188+181+40=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB528 is #434AD7. Grayscale: #A7A7A7. Windows color (decimal): -4410072 or 2667964. OLE color: 2667964.

HSL color Cylindrical-coordinate representation of color #BCB528: hue angle of 57.16º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCB528 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 181 40 -
CMYK 0 0.04 0.79 0.26
HSL 57.16º 0.65% 0.45% -
HSV(B) 57.16º 0.79% 0.74% -
XYZ 37.65 43.89 8.5 -
YUV 167.02 56.32 142.96 -
System Red Green Blue C M Y K H S L
Decimal 188 181 40 0 0.04 0.79 0.26 57.16 0.65 0.45
Hex BC B5 28 0 4 4F 1A 39 41 2D
Octal 274 265 50 0 4 117 32 71 101 55
Binary 10111100 10110101 101000 0 100 1001111 11010 111001 1000001 101101

Color Harmonies of #BCB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB528

Black with #BCB528

Text Example


Text Example

White with #BCB528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB528; }

 p { color: rgb(188,181,40); }

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

background-color css

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

 a { background-color: rgb(188,181,40); }

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

border-color css

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

 span { border-color: rgb(188,181,40); }

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