Html Css Color HEX #BFDC98 Sprout

📋 copy color: '#BFDC98'

red 191 ◦ green 220 ◦ blue 152

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

Shades of Sprout #BFDC98

Tints of Sprout #BFDC98

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.08%

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

R = 33.93%
G = 39.08%
B = 27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#BFDC98 (or 0xBFDC98) is known color: Sprout. HEX triplet: BF, DC and 98. RGB value is (191,220,152). Sum of RGB (Red+Green+Blue) = 191+220+152=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC98 is #402367. Grayscale: #CBCBCB. Windows color (decimal): -4203368 or 10017983. OLE color: 10017983.

HSL color Cylindrical-coordinate representation of color #BFDC98: hue angle of 85.59º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFDC98 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 220 152 -
CMYK 0.13 0 0.31 0.14
HSL 85.59º 0.49% 0.73% -
HSV(B) 85.59º 0.31% 0.86% -
XYZ 52.75 64.53 39.38 -
YUV 203.58 98.89 119.03 -
System Red Green Blue C M Y K H S L
Decimal 191 220 152 0.13 0 0.31 0.14 85.59 0.49 0.73
Hex BF DC 98 D 0 1F E 56 31 49
Octal 277 334 230 15 0 37 16 126 61 111
Binary 10111111 11011100 10011000 1101 0 11111 1110 1010110 110001 1001001

Color Harmonies of #BFDC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC98

Black with #BFDC98

Text Example


Text Example

White with #BFDC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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