Html Css Color HEX #BCB133 Earls Green

📋 copy color: '#BCB133'

red 188 ◦ green 177 ◦ blue 51

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

Shades of Earls Green #BCB133

Tints of Earls Green #BCB133

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.55%

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

R = 45.19%
G = 42.55%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCB133 (or 0xBCB133) is known color: Earls Green. HEX triplet: BC, B1 and 33. RGB value is (188,177,51). Sum of RGB (Red+Green+Blue) = 188+177+51=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB133 is #434ECC. Grayscale: #A6A6A6. Windows color (decimal): -4411085 or 3387836. OLE color: 3387836.

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

Color convert

RGB 188 177 51 -
CMYK 0 0.06 0.73 0.26
HSL 55.18º 0.57% 0.47% -
HSV(B) 55.18º 0.73% 0.74% -
XYZ 37.06 42.37 9.36 -
YUV 165.93 63.14 143.75 -
System Red Green Blue C M Y K H S L
Decimal 188 177 51 0 0.06 0.73 0.26 55.18 0.57 0.47
Hex BC B1 33 0 6 49 1A 37 39 2F
Octal 274 261 63 0 6 111 32 67 71 57
Binary 10111100 10110001 110011 0 110 1001001 11010 110111 111001 101111

Color Harmonies of #BCB133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB133

Black with #BCB133

Text Example


Text Example

White with #BCB133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB133; }

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

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

background-color css

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

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

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

border-color css

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

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

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