Html Css Color HEX #BCE76C Sulu

📋 copy color: '#BCE76C'

red 188 ◦ green 231 ◦ blue 108

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

Shades of Sulu #BCE76C

Tints of Sulu #BCE76C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.83%

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

R = 35.67%
G = 43.83%
B = 20.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#BCE76C (or 0xBCE76C) is known color: Sulu. HEX triplet: BC, E7 and 6C. RGB value is (188,231,108). Sum of RGB (Red+Green+Blue) = 188+231+108=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE76C is #431893. Grayscale: #CCCCCC. Windows color (decimal): -4397204 or 7137212. OLE color: 7137212.

HSL color Cylindrical-coordinate representation of color #BCE76C: hue angle of 80.98º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCE76C is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 108 -
CMYK 0.19 0 0.53 0.09
HSL 80.98º 0.72% 0.66% -
HSV(B) 80.98º 0.53% 0.91% -
XYZ 52.02 68.93 24.75 -
YUV 204.12 73.75 116.5 -
System Red Green Blue C M Y K H S L
Decimal 188 231 108 0.19 0 0.53 0.09 80.98 0.72 0.66
Hex BC E7 6C 13 0 35 9 51 48 42
Octal 274 347 154 23 0 65 11 121 110 102
Binary 10111100 11100111 1101100 10011 0 110101 1001 1010001 1001000 1000010

Color Harmonies of #BCE76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE76C

Black with #BCE76C

Text Example


Text Example

White with #BCE76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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