Html Css Color HEX #BEB225 Earls Green

📋 copy color: '#BEB225'

red 190 ◦ green 178 ◦ blue 37

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

Shades of Earls Green #BEB225

Tints of Earls Green #BEB225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.14%

R = 46.91%
G = 43.95%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BEB225 (or 0xBEB225) is known color: Earls Green. HEX triplet: BE, B2 and 25. RGB value is (190,178,37). Sum of RGB (Red+Green+Blue) = 190+178+37=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB225 is #414DDA. Grayscale: #A6A6A6. Windows color (decimal): -4279771 or 2470590. OLE color: 2470590.

HSL color Cylindrical-coordinate representation of color #BEB225: hue angle of 55.29º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEB225 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 178 37 -
CMYK 0 0.06 0.81 0.25
HSL 55.29º 0.67% 0.45% -
HSV(B) 55.29º 0.81% 0.75% -
XYZ 37.49 42.92 8.06 -
YUV 165.51 55.48 145.46 -
System Red Green Blue C M Y K H S L
Decimal 190 178 37 0 0.06 0.81 0.25 55.29 0.67 0.45
Hex BE B2 25 0 6 51 19 37 43 2D
Octal 276 262 45 0 6 121 31 67 103 55
Binary 10111110 10110010 100101 0 110 1010001 11001 110111 1000011 101101

Color Harmonies of #BEB225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB225

Black with #BEB225

Text Example


Text Example

White with #BEB225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB225; }

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

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

background-color css

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

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

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

border-color css

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

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

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