Html Css Color HEX #BCF676 Sulu

📋 copy color: '#BCF676'

red 188 ◦ green 246 ◦ blue 118

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

Shades of Sulu #BCF676

Tints of Sulu #BCF676

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.57%

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

R = 34.06%
G = 44.57%
B = 21.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#BCF676 (or 0xBCF676) is known color: Sulu. HEX triplet: BC, F6 and 76. RGB value is (188,246,118). Sum of RGB (Red+Green+Blue) = 188+246+118=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 246 (96.48% from 255 or 44.57% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF676 is #430989. Grayscale: #D6D6D6. Windows color (decimal): -4393354 or 7796412. OLE color: 7796412.

HSL color Cylindrical-coordinate representation of color #BCF676: hue angle of 87.19º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCF676 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 118 -
CMYK 0.24 0 0.52 0.04
HSL 87.19º 0.88% 0.71% -
HSV(B) 87.19º 0.52% 0.96% -
XYZ 56.96 77.91 29.18 -
YUV 214.07 73.78 109.41 -
System Red Green Blue C M Y K H S L
Decimal 188 246 118 0.24 0 0.52 0.04 87.19 0.88 0.71
Hex BC F6 76 18 0 34 4 57 58 47
Octal 274 366 166 30 0 64 4 127 130 107
Binary 10111100 11110110 1110110 11000 0 110100 100 1010111 1011000 1000111

Color Harmonies of #BCF676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF676

Black with #BCF676

Text Example


Text Example

White with #BCF676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF676; }

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

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

background-color css

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

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

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

border-color css

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

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

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