Html Css Color HEX #BDD68F Sprout

📋 copy color: '#BDD68F'

red 189 ◦ green 214 ◦ blue 143

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

Shades of Sprout #BDD68F

Tints of Sprout #BDD68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.19%

R = 34.62%
G = 39.19%
B = 26.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#BDD68F (or 0xBDD68F) is known color: Sprout. HEX triplet: BD, D6 and 8F. RGB value is (189,214,143). Sum of RGB (Red+Green+Blue) = 189+214+143=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD68F is #422970. Grayscale: #C6C6C6. Windows color (decimal): -4335985 or 9426621. OLE color: 9426621.

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

Color convert

RGB 189 214 143 -
CMYK 0.12 0 0.33 0.16
HSL 81.13º 0.46% 0.7% -
HSV(B) 81.13º 0.33% 0.84% -
XYZ 49.99 60.9 35.11 -
YUV 198.43 96.72 121.27 -
System Red Green Blue C M Y K H S L
Decimal 189 214 143 0.12 0 0.33 0.16 81.13 0.46 0.7
Hex BD D6 8F C 0 21 10 51 2E 46
Octal 275 326 217 14 0 41 20 121 56 106
Binary 10111101 11010110 10001111 1100 0 100001 10000 1010001 101110 1000110

Color Harmonies of #BDD68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD68F

Black with #BDD68F

Text Example


Text Example

White with #BDD68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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