Html Css Color HEX #BEBA45 Celery

📋 copy color: '#BEBA45'

red 190 ◦ green 186 ◦ blue 69

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

Shades of Celery #BEBA45

Tints of Celery #BEBA45

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.8%

 BLUE value IS 69 (27.34% from 255) = 15.51%

R = 42.7%
G = 41.8%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEBA45 (or 0xBEBA45) is known color: Celery. HEX triplet: BE, BA and 45. RGB value is (190,186,69). Sum of RGB (Red+Green+Blue) = 190+186+69=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA45 is #4145BA. Grayscale: #AEAEAE. Windows color (decimal): -4277691 or 4569790. OLE color: 4569790.

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

Color convert

RGB 190 186 69 -
CMYK 0 0.02 0.64 0.25
HSL 58.02º 0.48% 0.51% -
HSV(B) 58.02º 0.64% 0.75% -
XYZ 39.87 46.49 12.5 -
YUV 173.86 68.83 139.51 -
System Red Green Blue C M Y K H S L
Decimal 190 186 69 0 0.02 0.64 0.25 58.02 0.48 0.51
Hex BE BA 45 0 2 40 19 3A 30 33
Octal 276 272 105 0 2 100 31 72 60 63
Binary 10111110 10111010 1000101 0 10 1000000 11001 111010 110000 110011

Color Harmonies of #BEBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA45

Black with #BEBA45

Text Example


Text Example

White with #BEBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA45; }

 p { color: rgb(190,186,69); }

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

background-color css

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

 a { background-color: rgb(190,186,69); }

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

border-color css

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

 span { border-color: rgb(190,186,69); }

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