Html Css Color HEX #BDCC49 Celery

📋 copy color: '#BDCC49'

red 189 ◦ green 204 ◦ blue 73

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

Shades of Celery #BDCC49

Tints of Celery #BDCC49

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.78%

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

R = 40.56%
G = 43.78%
B = 15.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#BDCC49 (or 0xBDCC49) is known color: Celery. HEX triplet: BD, CC and 49. RGB value is (189,204,73). Sum of RGB (Red+Green+Blue) = 189+204+73=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCC49 is #4233B6. Grayscale: #B9B9B9. Windows color (decimal): -4338615 or 4836541. OLE color: 4836541.

HSL color Cylindrical-coordinate representation of color #BDCC49: hue angle of 66.87º 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 #BDCC49 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 73 -
CMYK 0.07 0 0.64 0.2
HSL 66.87º 0.56% 0.54% -
HSV(B) 66.87º 0.64% 0.8% -
XYZ 43.78 54.49 14.51 -
YUV 184.58 65.03 131.15 -
System Red Green Blue C M Y K H S L
Decimal 189 204 73 0.07 0 0.64 0.2 66.87 0.56 0.54
Hex BD CC 49 7 0 40 14 43 38 36
Octal 275 314 111 7 0 100 24 103 70 66
Binary 10111101 11001100 1001001 111 0 1000000 10100 1000011 111000 110110

Color Harmonies of #BDCC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC49

Black with #BDCC49

Text Example


Text Example

White with #BDCC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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