Html Css Color HEX #BFCB98 Sprout

📋 copy color: '#BFCB98'

red 191 ◦ green 203 ◦ blue 152

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

Shades of Sprout #BFCB98

Tints of Sprout #BFCB98

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.18%

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

R = 34.98%
G = 37.18%
B = 27.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#BFCB98 (or 0xBFCB98) is known color: Sprout. HEX triplet: BF, CB and 98. RGB value is (191,203,152). Sum of RGB (Red+Green+Blue) = 191+203+152=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCB98 is #403467. Grayscale: #C1C1C1. Windows color (decimal): -4207720 or 10013631. OLE color: 10013631.

HSL color Cylindrical-coordinate representation of color #BFCB98: hue angle of 74.12º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFCB98 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 203 152 -
CMYK 0.06 0 0.25 0.20
HSL 74.12º 0.33% 0.7% -
HSV(B) 74.12º 0.25% 0.8% -
XYZ 48.51 56.06 37.97 -
YUV 193.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 191 203 152 0.06 0 0.25 0.20 74.12 0.33 0.7
Hex BF CB 98 6 0 19 14 4A 21 46
Octal 277 313 230 6 0 31 24 112 41 106
Binary 10111111 11001011 10011000 110 0 11001 10100 1001010 100001 1000110

Color Harmonies of #BFCB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB98

Black with #BFCB98

Text Example


Text Example

White with #BFCB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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