Html Css Color HEX #BDD694 Sprout

📋 copy color: '#BDD694'

red 189 ◦ green 214 ◦ blue 148

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

Shades of Sprout #BDD694

Tints of Sprout #BDD694

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.84%

 BLUE value IS 148 (58.2% from 255) = 26.86%

R = 34.3%
G = 38.84%
B = 26.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#BDD694 (or 0xBDD694) is known color: Sprout. HEX triplet: BD, D6 and 94. RGB value is (189,214,148). Sum of RGB (Red+Green+Blue) = 189+214+148=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD694 is #42296B. Grayscale: #C7C7C7. Windows color (decimal): -4335980 or 9754301. OLE color: 9754301.

HSL color Cylindrical-coordinate representation of color #BDD694: hue angle of 82.73º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDD694 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 148 -
CMYK 0.12 0 0.31 0.16
HSL 82.73º 0.45% 0.71% -
HSV(B) 82.73º 0.31% 0.84% -
XYZ 50.38 61.05 37.15 -
YUV 199 99.22 120.87 -
System Red Green Blue C M Y K H S L
Decimal 189 214 148 0.12 0 0.31 0.16 82.73 0.45 0.71
Hex BD D6 94 C 0 1F 10 53 2D 47
Octal 275 326 224 14 0 37 20 123 55 107
Binary 10111101 11010110 10010100 1100 0 11111 10000 1010011 101101 1000111

Color Harmonies of #BDD694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD694

Black with #BDD694

Text Example


Text Example

White with #BDD694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD694; }

 p { color: rgb(189,214,148); }

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

background-color css

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

 a { background-color: rgb(189,214,148); }

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

border-color css

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

 span { border-color: rgb(189,214,148); }

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