Html Css Color HEX #BEB132 Earls Green

📋 copy color: '#BEB132'

red 190 ◦ green 177 ◦ blue 50

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

Shades of Earls Green #BEB132

Tints of Earls Green #BEB132

RGB

 RED value IS 190 (74.61% from 255) = 45.56%

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

 BLUE value IS 50 (19.92% from 255) = 11.99%

R = 45.56%
G = 42.45%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEB132 (or 0xBEB132) is known color: Earls Green. HEX triplet: BE, B1 and 32. RGB value is (190,177,50). Sum of RGB (Red+Green+Blue) = 190+177+50=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB132 is #414ECD. Grayscale: #A6A6A6. Windows color (decimal): -4280014 or 3322302. OLE color: 3322302.

HSL color Cylindrical-coordinate representation of color #BEB132: hue angle of 54.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEB132 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 177 50 -
CMYK 0 0.07 0.74 0.25
HSL 54.43º 0.58% 0.47% -
HSV(B) 54.43º 0.74% 0.75% -
XYZ 37.53 42.62 9.27 -
YUV 166.41 62.31 144.83 -
System Red Green Blue C M Y K H S L
Decimal 190 177 50 0 0.07 0.74 0.25 54.43 0.58 0.47
Hex BE B1 32 0 7 4A 19 36 3A 2F
Octal 276 261 62 0 7 112 31 66 72 57
Binary 10111110 10110001 110010 0 111 1001010 11001 110110 111010 101111

Color Harmonies of #BEB132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB132

Black with #BEB132

Text Example


Text Example

White with #BEB132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB132; }

 p { color: rgb(190,177,50); }

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

background-color css

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

 a { background-color: rgb(190,177,50); }

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

border-color css

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

 span { border-color: rgb(190,177,50); }

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