Html Css Color HEX #BCE76E Sulu

📋 copy color: '#BCE76E'

red 188 ◦ green 231 ◦ blue 110

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

Shades of Sulu #BCE76E

Tints of Sulu #BCE76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.79%

R = 35.54%
G = 43.67%
B = 20.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#BCE76E (or 0xBCE76E) is known color: Sulu. HEX triplet: BC, E7 and 6E. RGB value is (188,231,110). Sum of RGB (Red+Green+Blue) = 188+231+110=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE76E is #431891. Grayscale: #CCCCCC. Windows color (decimal): -4397202 or 7268284. OLE color: 7268284.

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

Color convert

RGB 188 231 110 -
CMYK 0.19 0 0.52 0.09
HSL 81.32º 0.72% 0.67% -
HSV(B) 81.32º 0.52% 0.91% -
XYZ 52.13 68.97 25.32 -
YUV 204.35 74.75 116.34 -
System Red Green Blue C M Y K H S L
Decimal 188 231 110 0.19 0 0.52 0.09 81.32 0.72 0.67
Hex BC E7 6E 13 0 34 9 51 48 43
Octal 274 347 156 23 0 64 11 121 110 103
Binary 10111100 11100111 1101110 10011 0 110100 1001 1010001 1001000 1000011

Color Harmonies of #BCE76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE76E

Black with #BCE76E

Text Example


Text Example

White with #BCE76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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