Html Css Color HEX #BEBD4A Celery

📋 copy color: '#BEBD4A'

red 190 ◦ green 189 ◦ blue 74

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

Shades of Celery #BEBD4A

Tints of Celery #BEBD4A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.72%

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

R = 41.94%
G = 41.72%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BEBD4A (or 0xBEBD4A) is known color: Celery. HEX triplet: BE, BD and 4A. RGB value is (190,189,74). Sum of RGB (Red+Green+Blue) = 190+189+74=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD4A is #4142B5. Grayscale: #B0B0B0. Windows color (decimal): -4276918 or 4898238. OLE color: 4898238.

HSL color Cylindrical-coordinate representation of color #BEBD4A: hue angle of 59.48º 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 #BEBD4A is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 189 74 -
CMYK 0 0.01 0.61 0.25
HSL 59.48º 0.47% 0.52% -
HSV(B) 59.48º 0.61% 0.75% -
XYZ 40.67 47.84 13.57 -
YUV 176.19 70.33 137.85 -
System Red Green Blue C M Y K H S L
Decimal 190 189 74 0 0.01 0.61 0.25 59.48 0.47 0.52
Hex BE BD 4A 0 1 3D 19 3B 2F 34
Octal 276 275 112 0 1 75 31 73 57 64
Binary 10111110 10111101 1001010 0 1 111101 11001 111011 101111 110100

Color Harmonies of #BEBD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD4A

Black with #BEBD4A

Text Example


Text Example

White with #BEBD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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