Html Css Color HEX #BBCF94 Sprout

📋 copy color: '#BBCF94'

red 187 ◦ green 207 ◦ blue 148

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

Shades of Sprout #BBCF94

Tints of Sprout #BBCF94

RGB

 RED value IS 187 (73.44% from 255) = 34.5%

 GREEN value IS 207 (81.25% from 255) = 38.19%

 BLUE value IS 148 (58.2% from 255) = 27.31%

R = 34.5%
G = 38.19%
B = 27.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#BBCF94 (or 0xBBCF94) is known color: Sprout. HEX triplet: BB, CF and 94. RGB value is (187,207,148). Sum of RGB (Red+Green+Blue) = 187+207+148=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF94 is #44306B. Grayscale: #C2C2C2. Windows color (decimal): -4468844 or 9752507. OLE color: 9752507.

HSL color Cylindrical-coordinate representation of color #BBCF94: hue angle of 80.34º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBCF94 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 148 -
CMYK 0.10 0 0.29 0.19
HSL 80.34º 0.38% 0.7% -
HSV(B) 80.34º 0.29% 0.81% -
XYZ 48.15 57.33 36.54 -
YUV 194.29 101.87 122.8 -
System Red Green Blue C M Y K H S L
Decimal 187 207 148 0.10 0 0.29 0.19 80.34 0.38 0.7
Hex BB CF 94 A 0 1D 13 50 26 46
Octal 273 317 224 12 0 35 23 120 46 106
Binary 10111011 11001111 10010100 1010 0 11101 10011 1010000 100110 1000110

Color Harmonies of #BBCF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF94

Black with #BBCF94

Text Example


Text Example

White with #BBCF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF94; }

 p { color: rgb(187,207,148); }

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

background-color css

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

 a { background-color: rgb(187,207,148); }

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

border-color css

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

 span { border-color: rgb(187,207,148); }

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