Html Css Color HEX #BDD146 Celery

📋 copy color: '#BDD146'

red 189 ◦ green 209 ◦ blue 70

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

Shades of Celery #BDD146

Tints of Celery #BDD146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.96%

R = 40.38%
G = 44.66%
B = 14.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#BDD146 (or 0xBDD146) is known color: Celery. HEX triplet: BD, D1 and 46. RGB value is (189,209,70). Sum of RGB (Red+Green+Blue) = 189+209+70=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD146 is #422EB9. Grayscale: #BBBBBB. Windows color (decimal): -4337338 or 4641213. OLE color: 4641213.

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

Color convert

RGB 189 209 70 -
CMYK 0.10 0 0.67 0.18
HSL 68.63º 0.6% 0.55% -
HSV(B) 68.63º 0.67% 0.82% -
XYZ 44.89 56.86 14.4 -
YUV 187.17 61.87 129.3 -
System Red Green Blue C M Y K H S L
Decimal 189 209 70 0.10 0 0.67 0.18 68.63 0.6 0.55
Hex BD D1 46 A 0 43 12 45 3C 37
Octal 275 321 106 12 0 103 22 105 74 67
Binary 10111101 11010001 1000110 1010 0 1000011 10010 1000101 111100 110111

Color Harmonies of #BDD146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD146

Black with #BDD146

Text Example


Text Example

White with #BDD146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD146; }

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

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

background-color css

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

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

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

border-color css

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

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

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