Html Css Color HEX #BEBE42 Celery

📋 copy color: '#BEBE42'

red 190 ◦ green 190 ◦ blue 66

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

Shades of Celery #BEBE42

Tints of Celery #BEBE42

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.6%

 BLUE value IS 66 (26.17% from 255) = 14.8%

R = 42.6%
G = 42.6%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BEBE42 (or 0xBEBE42) is known color: Celery. HEX triplet: BE, BE and 42. RGB value is (190,190,66). Sum of RGB (Red+Green+Blue) = 190+190+66=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBE42 is #4141BD. Grayscale: #B0B0B0. Windows color (decimal): -4276670 or 4374206. OLE color: 4374206.

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

Color convert

RGB 190 190 66 -
CMYK 0 0 0.65 0.25
HSL 60º 0.49% 0.5% -
HSV(B) 60º 0.65% 0.75% -
XYZ 40.63 48.17 12.31 -
YUV 175.86 66 138.08 -
System Red Green Blue C M Y K H S L
Decimal 190 190 66 0 0 0.65 0.25 60 0.49 0.5
Hex BE BE 42 0 0 41 19 3C 31 32
Octal 276 276 102 0 0 101 31 74 61 62
Binary 10111110 10111110 1000010 0 0 1000001 11001 111100 110001 110010

Color Harmonies of #BEBE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE42

Black with #BEBE42

Text Example


Text Example

White with #BEBE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE42; }

 p { color: rgb(190,190,66); }

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

background-color css

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

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

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

border-color css

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

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

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