Html Css Color HEX #BDD24A Celery

📋 copy color: '#BDD24A'

red 189 ◦ green 210 ◦ blue 74

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

Shades of Celery #BDD24A

Tints of Celery #BDD24A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.4%

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

R = 39.96%
G = 44.4%
B = 15.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#BDD24A (or 0xBDD24A) is known color: Celery. HEX triplet: BD, D2 and 4A. RGB value is (189,210,74). Sum of RGB (Red+Green+Blue) = 189+210+74=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD24A is #422DB5. Grayscale: #BCBCBC. Windows color (decimal): -4337078 or 4903613. OLE color: 4903613.

HSL color Cylindrical-coordinate representation of color #BDD24A: hue angle of 69.26º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDD24A is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 74 -
CMYK 0.10 0 0.65 0.18
HSL 69.26º 0.6% 0.56% -
HSV(B) 69.26º 0.65% 0.82% -
XYZ 45.27 57.41 15.17 -
YUV 188.22 63.54 128.56 -
System Red Green Blue C M Y K H S L
Decimal 189 210 74 0.10 0 0.65 0.18 69.26 0.6 0.56
Hex BD D2 4A A 0 41 12 45 3C 38
Octal 275 322 112 12 0 101 22 105 74 70
Binary 10111101 11010010 1001010 1010 0 1000001 10010 1000101 111100 111000

Color Harmonies of #BDD24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD24A

Black with #BDD24A

Text Example


Text Example

White with #BDD24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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