Html Css Color HEX #BEBE3A Celery

📋 copy color: '#BEBE3A'

red 190 ◦ green 190 ◦ blue 58

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

Shades of Celery #BEBE3A

Tints of Celery #BEBE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.24%

R = 43.38%
G = 43.38%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BEBE3A (or 0xBEBE3A) is known color: Celery. HEX triplet: BE, BE and 3A. RGB value is (190,190,58). Sum of RGB (Red+Green+Blue) = 190+190+58=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBE3A is #4141C5. Grayscale: #AFAFAF. Windows color (decimal): -4276678 or 3849918. OLE color: 3849918.

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

Color convert

RGB 190 190 58 -
CMYK 0 0 0.69 0.25
HSL 60º 0.53% 0.49% -
HSV(B) 60º 0.69% 0.75% -
XYZ 40.41 48.08 11.15 -
YUV 174.95 62 138.73 -
System Red Green Blue C M Y K H S L
Decimal 190 190 58 0 0 0.69 0.25 60 0.53 0.49
Hex BE BE 3A 0 0 45 19 3C 35 31
Octal 276 276 72 0 0 105 31 74 65 61
Binary 10111110 10111110 111010 0 0 1000101 11001 111100 110101 110001

Color Harmonies of #BEBE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE3A

Black with #BEBE3A

Text Example


Text Example

White with #BEBE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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