Html Css Color HEX #BCB324 Earls Green

📋 copy color: '#BCB324'

red 188 ◦ green 179 ◦ blue 36

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

Shades of Earls Green #BCB324

Tints of Earls Green #BCB324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.42%

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

R = 46.65%
G = 44.42%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCB324 (or 0xBCB324) is known color: Earls Green. HEX triplet: BC, B3 and 24. RGB value is (188,179,36). Sum of RGB (Red+Green+Blue) = 188+179+36=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB324 is #434CDB. Grayscale: #A5A5A5. Windows color (decimal): -4410588 or 2405308. OLE color: 2405308.

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

Color convert

RGB 188 179 36 -
CMYK 0 0.05 0.81 0.26
HSL 56.45º 0.68% 0.44% -
HSV(B) 56.45º 0.81% 0.74% -
XYZ 37.18 43.06 8.02 -
YUV 165.39 54.98 144.13 -
System Red Green Blue C M Y K H S L
Decimal 188 179 36 0 0.05 0.81 0.26 56.45 0.68 0.44
Hex BC B3 24 0 5 51 1A 38 44 2C
Octal 274 263 44 0 5 121 32 70 104 54
Binary 10111100 10110011 100100 0 101 1010001 11010 111000 1000100 101100

Color Harmonies of #BCB324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB324

Black with #BCB324

Text Example


Text Example

White with #BCB324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB324; }

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

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

background-color css

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

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

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

border-color css

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

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

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