Html Css Color HEX #BFD29A Sprout

📋 copy color: '#BFD29A'

red 191 ◦ green 210 ◦ blue 154

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

Shades of Sprout #BFD29A

Tints of Sprout #BFD29A

RGB

 RED value IS 191 (75% from 255) = 34.41%

 GREEN value IS 210 (82.42% from 255) = 37.84%

 BLUE value IS 154 (60.55% from 255) = 27.75%

R = 34.41%
G = 37.84%
B = 27.75%

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

#BFD29A (or 0xBFD29A) is known color: Sprout. HEX triplet: BF, D2 and 9A. RGB value is (191,210,154). Sum of RGB (Red+Green+Blue) = 191+210+154=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD29A is #402D65. Grayscale: #C6C6C6. Windows color (decimal): -4205926 or 10146495. OLE color: 10146495.

HSL color Cylindrical-coordinate representation of color #BFD29A: hue angle of 80.36º degrees, saturation: 0.38, 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 #BFD29A is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 210 154 -
CMYK 0.09 0 0.27 0.18
HSL 80.36º 0.38% 0.71% -
HSV(B) 80.36º 0.27% 0.82% -
XYZ 50.37 59.5 39.4 -
YUV 197.94 103.21 123.05 -
System Red Green Blue C M Y K H S L
Decimal 191 210 154 0.09 0 0.27 0.18 80.36 0.38 0.71
Hex BF D2 9A 9 0 1B 12 50 26 47
Octal 277 322 232 11 0 33 22 120 46 107
Binary 10111111 11010010 10011010 1001 0 11011 10010 1010000 100110 1000111

Color Harmonies of #BFD29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD29A

Black with #BFD29A

Text Example


Text Example

White with #BFD29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD29A; }

 p { color: rgb(191,210,154); }

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

background-color css

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

 a { background-color: rgb(191,210,154); }

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

border-color css

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

 span { border-color: rgb(191,210,154); }

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