Html Css Color HEX #BDD292 Sprout

📋 copy color: '#BDD292'

red 189 ◦ green 210 ◦ blue 146

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

Shades of Sprout #BDD292

Tints of Sprout #BDD292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.79%

R = 34.68%
G = 38.53%
B = 26.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#BDD292 (or 0xBDD292) is known color: Sprout. HEX triplet: BD, D2 and 92. RGB value is (189,210,146). Sum of RGB (Red+Green+Blue) = 189+210+146=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD292 is #422D6D. Grayscale: #C4C4C4. Windows color (decimal): -4337006 or 9622205. OLE color: 9622205.

HSL color Cylindrical-coordinate representation of color #BDD292: hue angle of 79.69º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDD292 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 146 -
CMYK 0.10 0 0.30 0.18
HSL 79.69º 0.42% 0.7% -
HSV(B) 79.69º 0.3% 0.82% -
XYZ 49.22 58.99 35.99 -
YUV 196.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 189 210 146 0.10 0 0.30 0.18 79.69 0.42 0.7
Hex BD D2 92 A 0 1E 12 50 2A 46
Octal 275 322 222 12 0 36 22 120 52 106
Binary 10111101 11010010 10010010 1010 0 11110 10010 1010000 101010 1000110

Color Harmonies of #BDD292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD292

Black with #BDD292

Text Example


Text Example

White with #BDD292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD292; }

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

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

background-color css

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

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

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

border-color css

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

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

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