Html Css Color HEX #BDD092 Sprout

📋 copy color: '#BDD092'

red 189 ◦ green 208 ◦ blue 146

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

Shades of Sprout #BDD092

Tints of Sprout #BDD092

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.31%

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

R = 34.81%
G = 38.31%
B = 26.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#BDD092 (or 0xBDD092) is known color: Sprout. HEX triplet: BD, D0 and 92. RGB value is (189,208,146). Sum of RGB (Red+Green+Blue) = 189+208+146=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD092 is #422F6D. Grayscale: #C3C3C3. Windows color (decimal): -4337518 or 9621693. OLE color: 9621693.

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

Color convert

RGB 189 208 146 -
CMYK 0.09 0 0.30 0.18
HSL 78.39º 0.4% 0.69% -
HSV(B) 78.39º 0.3% 0.82% -
XYZ 48.73 58.01 35.82 -
YUV 195.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 189 208 146 0.09 0 0.30 0.18 78.39 0.4 0.69
Hex BD D0 92 9 0 1E 12 4E 28 45
Octal 275 320 222 11 0 36 22 116 50 105
Binary 10111101 11010000 10010010 1001 0 11110 10010 1001110 101000 1000101

Color Harmonies of #BDD092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD092

Black with #BDD092

Text Example


Text Example

White with #BDD092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD092; }

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

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

background-color css

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

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

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

border-color css

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

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

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