Html Css Color HEX #BCB533 Earls Green

📋 copy color: '#BCB533'

red 188 ◦ green 181 ◦ blue 51

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

Shades of Earls Green #BCB533

Tints of Earls Green #BCB533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.14%

R = 44.76%
G = 43.1%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCB533 (or 0xBCB533) is known color: Earls Green. HEX triplet: BC, B5 and 33. RGB value is (188,181,51). Sum of RGB (Red+Green+Blue) = 188+181+51=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB533 is #434ACC. Grayscale: #A8A8A8. Windows color (decimal): -4410061 or 3388860. OLE color: 3388860.

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

Color convert

RGB 188 181 51 -
CMYK 0 0.04 0.73 0.26
HSL 56.93º 0.57% 0.47% -
HSV(B) 56.93º 0.73% 0.74% -
XYZ 37.86 43.98 9.63 -
YUV 168.27 61.82 142.07 -
System Red Green Blue C M Y K H S L
Decimal 188 181 51 0 0.04 0.73 0.26 56.93 0.57 0.47
Hex BC B5 33 0 4 49 1A 39 39 2F
Octal 274 265 63 0 4 111 32 71 71 57
Binary 10111100 10110101 110011 0 100 1001001 11010 111001 111001 101111

Color Harmonies of #BCB533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB533

Black with #BCB533

Text Example


Text Example

White with #BCB533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB533; }

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

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

background-color css

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

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

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

border-color css

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

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

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