Html Css Color HEX #BEB430 Earls Green

📋 copy color: '#BEB430'

red 190 ◦ green 180 ◦ blue 48

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

Shades of Earls Green #BEB430

Tints of Earls Green #BEB430

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.06%

 BLUE value IS 48 (19.14% from 255) = 11.48%

R = 45.45%
G = 43.06%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BEB430 (or 0xBEB430) is known color: Earls Green. HEX triplet: BE, B4 and 30. RGB value is (190,180,48). Sum of RGB (Red+Green+Blue) = 190+180+48=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB430 is #414BCF. Grayscale: #A8A8A8. Windows color (decimal): -4279248 or 3191998. OLE color: 3191998.

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

Color convert

RGB 190 180 48 -
CMYK 0 0.05 0.75 0.25
HSL 55.77º 0.6% 0.47% -
HSV(B) 55.77º 0.75% 0.75% -
XYZ 38.09 43.8 9.24 -
YUV 167.94 60.31 143.73 -
System Red Green Blue C M Y K H S L
Decimal 190 180 48 0 0.05 0.75 0.25 55.77 0.6 0.47
Hex BE B4 30 0 5 4B 19 38 3C 2F
Octal 276 264 60 0 5 113 31 70 74 57
Binary 10111110 10110100 110000 0 101 1001011 11001 111000 111100 101111

Color Harmonies of #BEB430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB430

Black with #BEB430

Text Example


Text Example

White with #BEB430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB430; }

 p { color: rgb(190,180,48); }

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

background-color css

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

 a { background-color: rgb(190,180,48); }

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

border-color css

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

 span { border-color: rgb(190,180,48); }

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