Html Css Color HEX #BDD68C Sprout

📋 copy color: '#BDD68C'

red 189 ◦ green 214 ◦ blue 140

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

Shades of Sprout #BDD68C

Tints of Sprout #BDD68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.78%

R = 34.81%
G = 39.41%
B = 25.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#BDD68C (or 0xBDD68C) is known color: Sprout. HEX triplet: BD, D6 and 8C. RGB value is (189,214,140). Sum of RGB (Red+Green+Blue) = 189+214+140=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD68C is #422973. Grayscale: #C6C6C6. Windows color (decimal): -4335988 or 9230013. OLE color: 9230013.

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

Color convert

RGB 189 214 140 -
CMYK 0.12 0 0.35 0.16
HSL 80.27º 0.47% 0.69% -
HSV(B) 80.27º 0.35% 0.84% -
XYZ 49.77 60.81 33.92 -
YUV 198.09 95.22 121.52 -
System Red Green Blue C M Y K H S L
Decimal 189 214 140 0.12 0 0.35 0.16 80.27 0.47 0.69
Hex BD D6 8C C 0 23 10 50 2F 45
Octal 275 326 214 14 0 43 20 120 57 105
Binary 10111101 11010110 10001100 1100 0 100011 10000 1010000 101111 1000101

Color Harmonies of #BDD68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD68C

Black with #BDD68C

Text Example


Text Example

White with #BDD68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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