Html Css Color HEX #BDC24C Celery

📋 copy color: '#BDC24C'

red 189 ◦ green 194 ◦ blue 76

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

Shades of Celery #BDC24C

Tints of Celery #BDC24C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.56%

R = 41.18%
G = 42.27%
B = 16.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#BDC24C (or 0xBDC24C) is known color: Celery. HEX triplet: BD, C2 and 4C. RGB value is (189,194,76). Sum of RGB (Red+Green+Blue) = 189+194+76=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC24C is #423DB3. Grayscale: #B3B3B3. Windows color (decimal): -4341172 or 5030589. OLE color: 5030589.

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

Color convert

RGB 189 194 76 -
CMYK 0.03 0 0.61 0.24
HSL 62.54º 0.49% 0.53% -
HSV(B) 62.54º 0.61% 0.76% -
XYZ 41.58 49.92 14.28 -
YUV 179.05 69.84 135.09 -
System Red Green Blue C M Y K H S L
Decimal 189 194 76 0.03 0 0.61 0.24 62.54 0.49 0.53
Hex BD C2 4C 3 0 3D 18 3F 31 35
Octal 275 302 114 3 0 75 30 77 61 65
Binary 10111101 11000010 1001100 11 0 111101 11000 111111 110001 110101

Color Harmonies of #BDC24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC24C

Black with #BDC24C

Text Example


Text Example

White with #BDC24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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