Html Css Color HEX #BCF96C Sulu

📋 copy color: '#BCF96C'

red 188 ◦ green 249 ◦ blue 108

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

Shades of Sulu #BCF96C

Tints of Sulu #BCF96C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.69%

 BLUE value IS 108 (42.58% from 255) = 19.82%

R = 34.5%
G = 45.69%
B = 19.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#BCF96C (or 0xBCF96C) is known color: Sulu. HEX triplet: BC, F9 and 6C. RGB value is (188,249,108). Sum of RGB (Red+Green+Blue) = 188+249+108=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF96C is #430693. Grayscale: #D7D7D7. Windows color (decimal): -4392596 or 7141820. OLE color: 7141820.

HSL color Cylindrical-coordinate representation of color #BCF96C: hue angle of 85.96º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCF96C is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 108 -
CMYK 0.24 0 0.57 0.02
HSL 85.96º 0.92% 0.7% -
HSV(B) 85.96º 0.57% 0.98% -
XYZ 57.32 79.53 26.52 -
YUV 214.69 67.79 108.96 -
System Red Green Blue C M Y K H S L
Decimal 188 249 108 0.24 0 0.57 0.02 85.96 0.92 0.7
Hex BC F9 6C 18 0 39 2 56 5C 46
Octal 274 371 154 30 0 71 2 126 134 106
Binary 10111100 11111001 1101100 11000 0 111001 10 1010110 1011100 1000110

Color Harmonies of #BCF96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF96C

Black with #BCF96C

Text Example


Text Example

White with #BCF96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF96C; }

 p { color: rgb(188,249,108); }

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

background-color css

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

 a { background-color: rgb(188,249,108); }

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

border-color css

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

 span { border-color: rgb(188,249,108); }

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