Html Css Color HEX #BCB131 Earls Green

📋 copy color: '#BCB131'

red 188 ◦ green 177 ◦ blue 49

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

Shades of Earls Green #BCB131

Tints of Earls Green #BCB131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.84%

R = 45.41%
G = 42.75%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCB131 (or 0xBCB131) is known color: Earls Green. HEX triplet: BC, B1 and 31. RGB value is (188,177,49). Sum of RGB (Red+Green+Blue) = 188+177+49=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB131 is #434ECE. Grayscale: #A6A6A6. Windows color (decimal): -4411087 or 3256764. OLE color: 3256764.

HSL color Cylindrical-coordinate representation of color #BCB131: hue angle of 55.25º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCB131 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 49 -
CMYK 0 0.06 0.74 0.26
HSL 55.25º 0.59% 0.46% -
HSV(B) 55.25º 0.74% 0.74% -
XYZ 37.02 42.36 9.13 -
YUV 165.7 62.14 143.91 -
System Red Green Blue C M Y K H S L
Decimal 188 177 49 0 0.06 0.74 0.26 55.25 0.59 0.46
Hex BC B1 31 0 6 4A 1A 37 3B 2E
Octal 274 261 61 0 6 112 32 67 73 56
Binary 10111100 10110001 110001 0 110 1001010 11010 110111 111011 101110

Color Harmonies of #BCB131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB131

Black with #BCB131

Text Example


Text Example

White with #BCB131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB131; }

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

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

background-color css

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

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

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

border-color css

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

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

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