Html Css Color HEX #BDC244 Celery

📋 copy color: '#BDC244'

red 189 ◦ green 194 ◦ blue 68

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

Shades of Celery #BDC244

Tints of Celery #BDC244

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.02%

 BLUE value IS 68 (26.95% from 255) = 15.08%

R = 41.91%
G = 43.02%
B = 15.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#BDC244 (or 0xBDC244) is known color: Celery. HEX triplet: BD, C2 and 44. RGB value is (189,194,68). Sum of RGB (Red+Green+Blue) = 189+194+68=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC244 is #423DBB. Grayscale: #B2B2B2. Windows color (decimal): -4341180 or 4506301. OLE color: 4506301.

HSL color Cylindrical-coordinate representation of color #BDC244: hue angle of 62.38º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDC244 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 68 -
CMYK 0.03 0 0.65 0.24
HSL 62.38º 0.51% 0.51% -
HSV(B) 62.38º 0.65% 0.76% -
XYZ 41.32 49.82 12.91 -
YUV 178.14 65.84 135.75 -
System Red Green Blue C M Y K H S L
Decimal 189 194 68 0.03 0 0.65 0.24 62.38 0.51 0.51
Hex BD C2 44 3 0 41 18 3E 33 33
Octal 275 302 104 3 0 101 30 76 63 63
Binary 10111101 11000010 1000100 11 0 1000001 11000 111110 110011 110011

Color Harmonies of #BDC244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC244

Black with #BDC244

Text Example


Text Example

White with #BDC244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC244; }

 p { color: rgb(189,194,68); }

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

background-color css

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

 a { background-color: rgb(189,194,68); }

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

border-color css

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

 span { border-color: rgb(189,194,68); }

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