Html Css Color HEX #BCB828 Earls Green

📋 copy color: '#BCB828'

red 188 ◦ green 184 ◦ blue 40

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

Shades of Earls Green #BCB828

Tints of Earls Green #BCB828

RGB

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

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

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

R = 45.63%
G = 44.66%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BCB828 (or 0xBCB828) is known color: Earls Green. HEX triplet: BC, B8 and 28. RGB value is (188,184,40). Sum of RGB (Red+Green+Blue) = 188+184+40=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB828 is #4347D7. Grayscale: #A9A9A9. Windows color (decimal): -4409304 or 2668732. OLE color: 2668732.

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

Color convert

RGB 188 184 40 -
CMYK 0 0.02 0.79 0.26
HSL 58.38º 0.65% 0.45% -
HSV(B) 58.38º 0.79% 0.74% -
XYZ 38.26 45.13 8.7 -
YUV 168.78 55.33 141.71 -
System Red Green Blue C M Y K H S L
Decimal 188 184 40 0 0.02 0.79 0.26 58.38 0.65 0.45
Hex BC B8 28 0 2 4F 1A 3A 41 2D
Octal 274 270 50 0 2 117 32 72 101 55
Binary 10111100 10111000 101000 0 10 1001111 11010 111010 1000001 101101

Color Harmonies of #BCB828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB828

Black with #BCB828

Text Example


Text Example

White with #BCB828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB828; }

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

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

background-color css

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

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

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

border-color css

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

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

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