Html Css Color HEX #BEB328 Earls Green

📋 copy color: '#BEB328'

red 190 ◦ green 179 ◦ blue 40

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

Shades of Earls Green #BEB328

Tints of Earls Green #BEB328

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.77%

 BLUE value IS 40 (16.02% from 255) = 9.78%

R = 46.45%
G = 43.77%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BEB328 (or 0xBEB328) is known color: Earls Green. HEX triplet: BE, B3 and 28. RGB value is (190,179,40). Sum of RGB (Red+Green+Blue) = 190+179+40=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB328 is #414CD7. Grayscale: #A7A7A7. Windows color (decimal): -4279512 or 2667454. OLE color: 2667454.

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

Color convert

RGB 190 179 40 -
CMYK 0 0.06 0.79 0.25
HSL 55.6º 0.65% 0.45% -
HSV(B) 55.6º 0.79% 0.75% -
XYZ 37.74 43.34 8.38 -
YUV 166.44 56.64 144.8 -
System Red Green Blue C M Y K H S L
Decimal 190 179 40 0 0.06 0.79 0.25 55.6 0.65 0.45
Hex BE B3 28 0 6 4F 19 38 41 2D
Octal 276 263 50 0 6 117 31 70 101 55
Binary 10111110 10110011 101000 0 110 1001111 11001 111000 1000001 101101

Color Harmonies of #BEB328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB328

Black with #BEB328

Text Example


Text Example

White with #BEB328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB328; }

 p { color: rgb(190,179,40); }

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

background-color css

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

 a { background-color: rgb(190,179,40); }

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

border-color css

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

 span { border-color: rgb(190,179,40); }

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