Html Css Color HEX #BEB92A Earls Green

📋 copy color: '#BEB92A'

red 190 ◦ green 185 ◦ blue 42

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

Shades of Earls Green #BEB92A

Tints of Earls Green #BEB92A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.36%

 BLUE value IS 42 (16.8% from 255) = 10.07%

R = 45.56%
G = 44.36%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BEB92A (or 0xBEB92A) is known color: Earls Green. HEX triplet: BE, B9 and 2A. RGB value is (190,185,42). Sum of RGB (Red+Green+Blue) = 190+185+42=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB92A is #4146D5. Grayscale: #AAAAAA. Windows color (decimal): -4277974 or 2800062. OLE color: 2800062.

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

Color convert

RGB 190 185 42 -
CMYK 0 0.03 0.78 0.25
HSL 57.97º 0.64% 0.45% -
HSV(B) 57.97º 0.78% 0.75% -
XYZ 39 45.81 8.98 -
YUV 170.19 55.66 142.13 -
System Red Green Blue C M Y K H S L
Decimal 190 185 42 0 0.03 0.78 0.25 57.97 0.64 0.45
Hex BE B9 2A 0 3 4E 19 3A 40 2D
Octal 276 271 52 0 3 116 31 72 100 55
Binary 10111110 10111001 101010 0 11 1001110 11001 111010 1000000 101101

Color Harmonies of #BEB92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB92A

Black with #BEB92A

Text Example


Text Example

White with #BEB92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB92A; }

 p { color: rgb(190,185,42); }

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

background-color css

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

 a { background-color: rgb(190,185,42); }

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

border-color css

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

 span { border-color: rgb(190,185,42); }

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