Html Css Color HEX #BDD14A Celery

📋 copy color: '#BDD14A'

red 189 ◦ green 209 ◦ blue 74

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

Shades of Celery #BDD14A

Tints of Celery #BDD14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.28%

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

R = 40.04%
G = 44.28%
B = 15.68%

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

#BDD14A (or 0xBDD14A) is known color: Celery. HEX triplet: BD, D1 and 4A. RGB value is (189,209,74). Sum of RGB (Red+Green+Blue) = 189+209+74=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD14A is #422EB5. Grayscale: #BCBCBC. Windows color (decimal): -4337334 or 4903357. OLE color: 4903357.

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

Color convert

RGB 189 209 74 -
CMYK 0.10 0 0.65 0.18
HSL 68.89º 0.59% 0.55% -
HSV(B) 68.89º 0.65% 0.82% -
XYZ 45.02 56.91 15.09 -
YUV 187.63 63.87 128.98 -
System Red Green Blue C M Y K H S L
Decimal 189 209 74 0.10 0 0.65 0.18 68.89 0.59 0.55
Hex BD D1 4A A 0 41 12 45 3B 37
Octal 275 321 112 12 0 101 22 105 73 67
Binary 10111101 11010001 1001010 1010 0 1000001 10010 1000101 111011 110111

Color Harmonies of #BDD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD14A

Black with #BDD14A

Text Example


Text Example

White with #BDD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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