Html Css Color HEX #BCCF92 Sprout

📋 copy color: '#BCCF92'

red 188 ◦ green 207 ◦ blue 146

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

Shades of Sprout #BCCF92

Tints of Sprout #BCCF92

RGB

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

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

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

R = 34.75%
G = 38.26%
B = 26.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#BCCF92 (or 0xBCCF92) is known color: Sprout. HEX triplet: BC, CF and 92. RGB value is (188,207,146). Sum of RGB (Red+Green+Blue) = 188+207+146=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF92 is #43306D. Grayscale: #C2C2C2. Windows color (decimal): -4403310 or 9621436. OLE color: 9621436.

HSL color Cylindrical-coordinate representation of color #BCCF92: hue angle of 78.69º 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 #BCCF92 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 146 -
CMYK 0.09 0 0.29 0.19
HSL 78.69º 0.39% 0.69% -
HSV(B) 78.69º 0.29% 0.81% -
XYZ 48.24 57.39 35.73 -
YUV 194.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 188 207 146 0.09 0 0.29 0.19 78.69 0.39 0.69
Hex BC CF 92 9 0 1D 13 4F 27 45
Octal 274 317 222 11 0 35 23 117 47 105
Binary 10111100 11001111 10010010 1001 0 11101 10011 1001111 100111 1000101

Color Harmonies of #BCCF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF92

Black with #BCCF92

Text Example


Text Example

White with #BCCF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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