Html Css Color HEX #BBCF92 Sprout

📋 copy color: '#BBCF92'

red 187 ◦ green 207 ◦ blue 146

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

Shades of Sprout #BBCF92

Tints of Sprout #BBCF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.04%

R = 34.63%
G = 38.33%
B = 27.04%

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

#BBCF92 (or 0xBBCF92) is known color: Sprout. HEX triplet: BB, CF and 92. RGB value is (187,207,146). Sum of RGB (Red+Green+Blue) = 187+207+146=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF92 is #44306D. Grayscale: #C2C2C2. Windows color (decimal): -4468846 or 9621435. OLE color: 9621435.

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

Color convert

RGB 187 207 146 -
CMYK 0.10 0 0.29 0.19
HSL 79.67º 0.39% 0.69% -
HSV(B) 79.67º 0.29% 0.81% -
XYZ 47.99 57.27 35.72 -
YUV 194.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 187 207 146 0.10 0 0.29 0.19 79.67 0.39 0.69
Hex BB CF 92 A 0 1D 13 50 27 45
Octal 273 317 222 12 0 35 23 120 47 105
Binary 10111011 11001111 10010010 1010 0 11101 10011 1010000 100111 1000101

Color Harmonies of #BBCF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF92

Black with #BBCF92

Text Example


Text Example

White with #BBCF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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