Html Css Color HEX #BCCB98 Sprout

📋 copy color: '#BCCB98'

red 188 ◦ green 203 ◦ blue 152

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

Shades of Sprout #BCCB98

Tints of Sprout #BCCB98

RGB

 RED value IS 188 (73.83% from 255) = 34.62%

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

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

R = 34.62%
G = 37.38%
B = 27.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#BCCB98 (or 0xBCCB98) is known color: Sprout. HEX triplet: BC, CB and 98. RGB value is (188,203,152). Sum of RGB (Red+Green+Blue) = 188+203+152=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB98 is #433467. Grayscale: #C0C0C0. Windows color (decimal): -4404328 or 10013628. OLE color: 10013628.

HSL color Cylindrical-coordinate representation of color #BCCB98: hue angle of 77.65º 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 #BCCB98 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 152 -
CMYK 0.07 0 0.25 0.20
HSL 77.65º 0.33% 0.7% -
HSV(B) 77.65º 0.25% 0.8% -
XYZ 47.76 55.67 37.93 -
YUV 192.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 188 203 152 0.07 0 0.25 0.20 77.65 0.33 0.7
Hex BC CB 98 7 0 19 14 4E 21 46
Octal 274 313 230 7 0 31 24 116 41 106
Binary 10111100 11001011 10011000 111 0 11001 10100 1001110 100001 1000110

Color Harmonies of #BCCB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB98

Black with #BCCB98

Text Example


Text Example

White with #BCCB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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