Html Css Color HEX #BEB232 Earls Green

📋 copy color: '#BEB232'

red 190 ◦ green 178 ◦ blue 50

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

Shades of Earls Green #BEB232

Tints of Earls Green #BEB232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.58%

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

R = 45.45%
G = 42.58%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEB232 (or 0xBEB232) is known color: Earls Green. HEX triplet: BE, B2 and 32. RGB value is (190,178,50). Sum of RGB (Red+Green+Blue) = 190+178+50=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB232 is #414DCD. Grayscale: #A7A7A7. Windows color (decimal): -4279758 or 3322558. OLE color: 3322558.

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

Color convert

RGB 190 178 50 -
CMYK 0 0.06 0.74 0.25
HSL 54.86º 0.58% 0.47% -
HSV(B) 54.86º 0.74% 0.75% -
XYZ 37.73 43.02 9.33 -
YUV 167 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 190 178 50 0 0.06 0.74 0.25 54.86 0.58 0.47
Hex BE B2 32 0 6 4A 19 37 3A 2F
Octal 276 262 62 0 6 112 31 67 72 57
Binary 10111110 10110010 110010 0 110 1001010 11001 110111 111010 101111

Color Harmonies of #BEB232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB232

Black with #BEB232

Text Example


Text Example

White with #BEB232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB232; }

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

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

background-color css

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

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

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

border-color css

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

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

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