Html Css Color HEX #BCB521 Earls Green

📋 copy color: '#BCB521'

red 188 ◦ green 181 ◦ blue 33

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

Shades of Earls Green #BCB521

Tints of Earls Green #BCB521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.21%

R = 46.77%
G = 45.02%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BCB521 (or 0xBCB521) is known color: Earls Green. HEX triplet: BC, B5 and 21. RGB value is (188,181,33). Sum of RGB (Red+Green+Blue) = 188+181+33=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB521 is #434ADE. Grayscale: #A6A6A6. Windows color (decimal): -4410079 or 2209212. OLE color: 2209212.

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

Color convert

RGB 188 181 33 -
CMYK 0 0.04 0.82 0.26
HSL 57.29º 0.7% 0.43% -
HSV(B) 57.29º 0.82% 0.74% -
XYZ 37.54 43.85 7.92 -
YUV 166.22 52.82 143.53 -
System Red Green Blue C M Y K H S L
Decimal 188 181 33 0 0.04 0.82 0.26 57.29 0.7 0.43
Hex BC B5 21 0 4 52 1A 39 46 2B
Octal 274 265 41 0 4 122 32 71 106 53
Binary 10111100 10110101 100001 0 100 1010010 11010 111001 1000110 101011

Color Harmonies of #BCB521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB521

Black with #BCB521

Text Example


Text Example

White with #BCB521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB521; }

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

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

background-color css

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

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

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

border-color css

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

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

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