Html Css Color HEX #BDBE49 Celery

📋 copy color: '#BDBE49'

red 189 ◦ green 190 ◦ blue 73

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

Shades of Celery #BDBE49

Tints of Celery #BDBE49

RGB

 RED value IS 189 (74.22% from 255) = 41.81%

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

 BLUE value IS 73 (28.91% from 255) = 16.15%

R = 41.81%
G = 42.04%
B = 16.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BDBE49 (or 0xBDBE49) is known color: Celery. HEX triplet: BD, BE and 49. RGB value is (189,190,73). Sum of RGB (Red+Green+Blue) = 189+190+73=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE49 is #4241B6. Grayscale: #B0B0B0. Windows color (decimal): -4342199 or 4832957. OLE color: 4832957.

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

Color convert

RGB 189 190 73 -
CMYK 0.01 0 0.62 0.25
HSL 60.51º 0.47% 0.52% -
HSV(B) 60.51º 0.62% 0.75% -
XYZ 40.6 48.13 13.45 -
YUV 176.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 189 190 73 0.01 0 0.62 0.25 60.51 0.47 0.52
Hex BD BE 49 1 0 3E 19 3D 2F 34
Octal 275 276 111 1 0 76 31 75 57 64
Binary 10111101 10111110 1001001 1 0 111110 11001 111101 101111 110100

Color Harmonies of #BDBE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE49

Black with #BDBE49

Text Example


Text Example

White with #BDBE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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