Html Css Color HEX #BCB824 Earls Green

📋 copy color: '#BCB824'

red 188 ◦ green 184 ◦ blue 36

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

Shades of Earls Green #BCB824

Tints of Earls Green #BCB824

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.1%

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

R = 46.08%
G = 45.1%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCB824 (or 0xBCB824) is known color: Earls Green. HEX triplet: BC, B8 and 24. RGB value is (188,184,36). Sum of RGB (Red+Green+Blue) = 188+184+36=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB824 is #4347DB. Grayscale: #A8A8A8. Windows color (decimal): -4409308 or 2406588. OLE color: 2406588.

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

Color convert

RGB 188 184 36 -
CMYK 0 0.02 0.81 0.26
HSL 58.42º 0.68% 0.44% -
HSV(B) 58.42º 0.81% 0.74% -
XYZ 38.2 45.1 8.36 -
YUV 168.32 53.33 142.03 -
System Red Green Blue C M Y K H S L
Decimal 188 184 36 0 0.02 0.81 0.26 58.42 0.68 0.44
Hex BC B8 24 0 2 51 1A 3A 44 2C
Octal 274 270 44 0 2 121 32 72 104 54
Binary 10111100 10111000 100100 0 10 1010001 11010 111010 1000100 101100

Color Harmonies of #BCB824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB824

Black with #BCB824

Text Example


Text Example

White with #BCB824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB824; }

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

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

background-color css

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

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

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

border-color css

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

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

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