Html Css Color HEX #BEAF33 Earls Green

📋 copy color: '#BEAF33'

red 190 ◦ green 175 ◦ blue 51

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

Shades of Earls Green #BEAF33

Tints of Earls Green #BEAF33

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.07%

 BLUE value IS 51 (20.31% from 255) = 12.26%

R = 45.67%
G = 42.07%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BEAF33 (or 0xBEAF33) is known color: Earls Green. HEX triplet: BE, AF and 33. RGB value is (190,175,51). Sum of RGB (Red+Green+Blue) = 190+175+51=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAF33 is #4150CC. Grayscale: #A5A5A5. Windows color (decimal): -4280525 or 3387326. OLE color: 3387326.

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

Color convert

RGB 190 175 51 -
CMYK 0 0.08 0.73 0.25
HSL 53.53º 0.58% 0.47% -
HSV(B) 53.53º 0.73% 0.75% -
XYZ 37.16 41.85 9.25 -
YUV 165.35 63.47 145.58 -
System Red Green Blue C M Y K H S L
Decimal 190 175 51 0 0.08 0.73 0.25 53.53 0.58 0.47
Hex BE AF 33 0 8 49 19 36 3A 2F
Octal 276 257 63 0 10 111 31 66 72 57
Binary 10111110 10101111 110011 0 1000 1001001 11001 110110 111010 101111

Color Harmonies of #BEAF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF33

Black with #BEAF33

Text Example


Text Example

White with #BEAF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF33; }

 p { color: rgb(190,175,51); }

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

background-color css

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

 a { background-color: rgb(190,175,51); }

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

border-color css

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

 span { border-color: rgb(190,175,51); }

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