Html Css Color HEX #BCB524 Earls Green

📋 copy color: '#BCB524'

red 188 ◦ green 181 ◦ blue 36

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

Shades of Earls Green #BCB524

Tints of Earls Green #BCB524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.89%

R = 46.42%
G = 44.69%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCB524 (or 0xBCB524) is known color: Earls Green. HEX triplet: BC, B5 and 24. RGB value is (188,181,36). Sum of RGB (Red+Green+Blue) = 188+181+36=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB524 is #434ADB. Grayscale: #A7A7A7. Windows color (decimal): -4410076 or 2405820. OLE color: 2405820.

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

Color convert

RGB 188 181 36 -
CMYK 0 0.04 0.81 0.26
HSL 57.24º 0.68% 0.44% -
HSV(B) 57.24º 0.81% 0.74% -
XYZ 37.58 43.87 8.16 -
YUV 166.56 54.32 143.29 -
System Red Green Blue C M Y K H S L
Decimal 188 181 36 0 0.04 0.81 0.26 57.24 0.68 0.44
Hex BC B5 24 0 4 51 1A 39 44 2C
Octal 274 265 44 0 4 121 32 71 104 54
Binary 10111100 10110101 100100 0 100 1010001 11010 111001 1000100 101100

Color Harmonies of #BCB524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB524

Black with #BCB524

Text Example


Text Example

White with #BCB524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB524; }

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

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

background-color css

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

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

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

border-color css

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

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

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