Html Css Color HEX #BCB333 Earls Green

📋 copy color: '#BCB333'

red 188 ◦ green 179 ◦ blue 51

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

Shades of Earls Green #BCB333

Tints of Earls Green #BCB333

RGB

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

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

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

R = 44.98%
G = 42.82%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCB333 (or 0xBCB333) is known color: Earls Green. HEX triplet: BC, B3 and 33. RGB value is (188,179,51). Sum of RGB (Red+Green+Blue) = 188+179+51=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB333 is #434CCC. Grayscale: #A7A7A7. Windows color (decimal): -4410573 or 3388348. OLE color: 3388348.

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

Color convert

RGB 188 179 51 -
CMYK 0 0.05 0.73 0.26
HSL 56.06º 0.57% 0.47% -
HSV(B) 56.06º 0.73% 0.74% -
XYZ 37.46 43.17 9.49 -
YUV 167.1 62.48 142.91 -
System Red Green Blue C M Y K H S L
Decimal 188 179 51 0 0.05 0.73 0.26 56.06 0.57 0.47
Hex BC B3 33 0 5 49 1A 38 39 2F
Octal 274 263 63 0 5 111 32 70 71 57
Binary 10111100 10110011 110011 0 101 1001001 11010 111000 111001 101111

Color Harmonies of #BCB333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB333

Black with #BCB333

Text Example


Text Example

White with #BCB333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB333; }

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

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

background-color css

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

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

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

border-color css

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

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

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