Html Css Color HEX #BCF276 Sulu

📋 copy color: '#BCF276'

red 188 ◦ green 242 ◦ blue 118

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

Shades of Sulu #BCF276

Tints of Sulu #BCF276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.16%

 BLUE value IS 118 (46.48% from 255) = 21.53%

R = 34.31%
G = 44.16%
B = 21.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#BCF276 (or 0xBCF276) is known color: Sulu. HEX triplet: BC, F2 and 76. RGB value is (188,242,118). Sum of RGB (Red+Green+Blue) = 188+242+118=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF276 is #430D89. Grayscale: #D4D4D4. Windows color (decimal): -4394378 or 7795388. OLE color: 7795388.

HSL color Cylindrical-coordinate representation of color #BCF276: hue angle of 86.13º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCF276 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 118 -
CMYK 0.22 0 0.51 0.05
HSL 86.13º 0.83% 0.71% -
HSV(B) 86.13º 0.51% 0.95% -
XYZ 55.76 75.5 28.77 -
YUV 211.72 75.11 111.08 -
System Red Green Blue C M Y K H S L
Decimal 188 242 118 0.22 0 0.51 0.05 86.13 0.83 0.71
Hex BC F2 76 16 0 33 5 56 53 47
Octal 274 362 166 26 0 63 5 126 123 107
Binary 10111100 11110010 1110110 10110 0 110011 101 1010110 1010011 1000111

Color Harmonies of #BCF276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF276

Black with #BCF276

Text Example


Text Example

White with #BCF276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF276; }

 p { color: rgb(188,242,118); }

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

background-color css

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

 a { background-color: rgb(188,242,118); }

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

border-color css

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

 span { border-color: rgb(188,242,118); }

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