Html Css Color HEX #BDCB49 Celery

📋 copy color: '#BDCB49'

red 189 ◦ green 203 ◦ blue 73

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

Shades of Celery #BDCB49

Tints of Celery #BDCB49

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.66%

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

R = 40.65%
G = 43.66%
B = 15.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#BDCB49 (or 0xBDCB49) is known color: Celery. HEX triplet: BD, CB and 49. RGB value is (189,203,73). Sum of RGB (Red+Green+Blue) = 189+203+73=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCB49 is #4234B6. Grayscale: #B8B8B8. Windows color (decimal): -4338871 or 4836285. OLE color: 4836285.

HSL color Cylindrical-coordinate representation of color #BDCB49: hue angle of 66.46º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDCB49 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 203 73 -
CMYK 0.07 0 0.64 0.20
HSL 66.46º 0.56% 0.54% -
HSV(B) 66.46º 0.64% 0.8% -
XYZ 43.54 54.01 14.43 -
YUV 183.99 65.36 131.57 -
System Red Green Blue C M Y K H S L
Decimal 189 203 73 0.07 0 0.64 0.20 66.46 0.56 0.54
Hex BD CB 49 7 0 40 14 42 38 36
Octal 275 313 111 7 0 100 24 102 70 66
Binary 10111101 11001011 1001001 111 0 1000000 10100 1000010 111000 110110

Color Harmonies of #BDCB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB49

Black with #BDCB49

Text Example


Text Example

White with #BDCB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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