Html Css Color HEX #BDC24A Celery

📋 copy color: '#BDC24A'

red 189 ◦ green 194 ◦ blue 74

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

Shades of Celery #BDC24A

Tints of Celery #BDC24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.19%

R = 41.36%
G = 42.45%
B = 16.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#BDC24A (or 0xBDC24A) is known color: Celery. HEX triplet: BD, C2 and 4A. RGB value is (189,194,74). Sum of RGB (Red+Green+Blue) = 189+194+74=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC24A is #423DB5. Grayscale: #B3B3B3. Windows color (decimal): -4341174 or 4899517. OLE color: 4899517.

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

Color convert

RGB 189 194 74 -
CMYK 0.03 0 0.62 0.24
HSL 62.5º 0.5% 0.53% -
HSV(B) 62.5º 0.62% 0.76% -
XYZ 41.51 49.9 13.92 -
YUV 178.83 68.84 135.26 -
System Red Green Blue C M Y K H S L
Decimal 189 194 74 0.03 0 0.62 0.24 62.5 0.5 0.53
Hex BD C2 4A 3 0 3E 18 3F 32 35
Octal 275 302 112 3 0 76 30 77 62 65
Binary 10111101 11000010 1001010 11 0 111110 11000 111111 110010 110101

Color Harmonies of #BDC24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC24A

Black with #BDC24A

Text Example


Text Example

White with #BDC24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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