Html Css Color HEX #BEBA4A Celery

📋 copy color: '#BEBA4A'

red 190 ◦ green 186 ◦ blue 74

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

Shades of Celery #BEBA4A

Tints of Celery #BEBA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.44%

R = 42.22%
G = 41.33%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BEBA4A (or 0xBEBA4A) is known color: Celery. HEX triplet: BE, BA and 4A. RGB value is (190,186,74). Sum of RGB (Red+Green+Blue) = 190+186+74=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA4A is #4145B5. Grayscale: #AEAEAE. Windows color (decimal): -4277686 or 4897470. OLE color: 4897470.

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

Color convert

RGB 190 186 74 -
CMYK 0 0.02 0.61 0.25
HSL 57.93º 0.47% 0.52% -
HSV(B) 57.93º 0.61% 0.75% -
XYZ 40.03 46.56 13.36 -
YUV 174.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 190 186 74 0 0.02 0.61 0.25 57.93 0.47 0.52
Hex BE BA 4A 0 2 3D 19 3A 2F 34
Octal 276 272 112 0 2 75 31 72 57 64
Binary 10111110 10111010 1001010 0 10 111101 11001 111010 101111 110100

Color Harmonies of #BEBA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA4A

Black with #BEBA4A

Text Example


Text Example

White with #BEBA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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