Html Css Color HEX #BFD298 Sprout

📋 copy color: '#BFD298'

red 191 ◦ green 210 ◦ blue 152

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

Shades of Sprout #BFD298

Tints of Sprout #BFD298

RGB

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

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

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

R = 34.54%
G = 37.97%
B = 27.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#BFD298 (or 0xBFD298) is known color: Sprout. HEX triplet: BF, D2 and 98. RGB value is (191,210,152). Sum of RGB (Red+Green+Blue) = 191+210+152=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD298 is #402D67. Grayscale: #C5C5C5. Windows color (decimal): -4205928 or 10015423. OLE color: 10015423.

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

Color convert

RGB 191 210 152 -
CMYK 0.09 0 0.28 0.18
HSL 79.66º 0.39% 0.71% -
HSV(B) 79.66º 0.28% 0.82% -
XYZ 50.2 59.44 38.53 -
YUV 197.71 102.21 123.22 -
System Red Green Blue C M Y K H S L
Decimal 191 210 152 0.09 0 0.28 0.18 79.66 0.39 0.71
Hex BF D2 98 9 0 1C 12 50 27 47
Octal 277 322 230 11 0 34 22 120 47 107
Binary 10111111 11010010 10011000 1001 0 11100 10010 1010000 100111 1000111

Color Harmonies of #BFD298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD298

Black with #BFD298

Text Example


Text Example

White with #BFD298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD298; }

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

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

background-color css

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

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

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

border-color css

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

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

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