Html Css Color HEX #BDBF49 Celery

📋 copy color: '#BDBF49'

red 189 ◦ green 191 ◦ blue 73

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

Shades of Celery #BDBF49

Tints of Celery #BDBF49

RGB

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

 GREEN value IS 191 (75% from 255) = 42.16%

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

R = 41.72%
G = 42.16%
B = 16.11%

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

#BDBF49 (or 0xBDBF49) is known color: Celery. HEX triplet: BD, BF and 49. RGB value is (189,191,73). Sum of RGB (Red+Green+Blue) = 189+191+73=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBF49 is #4240B6. Grayscale: #B1B1B1. Windows color (decimal): -4341943 or 4833213. OLE color: 4833213.

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

Color convert

RGB 189 191 73 -
CMYK 0.01 0 0.62 0.25
HSL 61.02º 0.48% 0.52% -
HSV(B) 61.02º 0.62% 0.75% -
XYZ 40.82 48.56 13.53 -
YUV 176.95 69.34 136.59 -
System Red Green Blue C M Y K H S L
Decimal 189 191 73 0.01 0 0.62 0.25 61.02 0.48 0.52
Hex BD BF 49 1 0 3E 19 3D 30 34
Octal 275 277 111 1 0 76 31 75 60 64
Binary 10111101 10111111 1001001 1 0 111110 11001 111101 110000 110100

Color Harmonies of #BDBF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF49

Black with #BDBF49

Text Example


Text Example

White with #BDBF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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