Html Css Color HEX #BDD098 Sprout

📋 copy color: '#BDD098'

red 189 ◦ green 208 ◦ blue 152

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

Shades of Sprout #BDD098

Tints of Sprout #BDD098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.69%

R = 34.43%
G = 37.89%
B = 27.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#BDD098 (or 0xBDD098) is known color: Sprout. HEX triplet: BD, D0 and 98. RGB value is (189,208,152). Sum of RGB (Red+Green+Blue) = 189+208+152=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD098 is #422F67. Grayscale: #C4C4C4. Windows color (decimal): -4337512 or 10014909. OLE color: 10014909.

HSL color Cylindrical-coordinate representation of color #BDD098: hue angle of 80.36º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDD098 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 152 -
CMYK 0.09 0 0.27 0.18
HSL 80.36º 0.37% 0.71% -
HSV(B) 80.36º 0.27% 0.82% -
XYZ 49.21 58.2 38.35 -
YUV 195.94 103.21 123.05 -
System Red Green Blue C M Y K H S L
Decimal 189 208 152 0.09 0 0.27 0.18 80.36 0.37 0.71
Hex BD D0 98 9 0 1B 12 50 25 47
Octal 275 320 230 11 0 33 22 120 45 107
Binary 10111101 11010000 10011000 1001 0 11011 10010 1010000 100101 1000111

Color Harmonies of #BDD098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD098

Black with #BDD098

Text Example


Text Example

White with #BDD098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD098; }

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

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

background-color css

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

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

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

border-color css

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

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

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