Html Css Color HEX #BCE768 Sulu

📋 copy color: '#BCE768'

red 188 ◦ green 231 ◦ blue 104

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

Shades of Sulu #BCE768

Tints of Sulu #BCE768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.89%

R = 35.95%
G = 44.17%
B = 19.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#BCE768 (or 0xBCE768) is known color: Sulu. HEX triplet: BC, E7 and 68. RGB value is (188,231,104). Sum of RGB (Red+Green+Blue) = 188+231+104=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE768 is #431897. Grayscale: #CCCCCC. Windows color (decimal): -4397208 or 6875068. OLE color: 6875068.

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

Color convert

RGB 188 231 104 -
CMYK 0.19 0 0.55 0.09
HSL 80.31º 0.73% 0.66% -
HSV(B) 80.31º 0.55% 0.91% -
XYZ 51.81 68.84 23.65 -
YUV 203.67 71.75 116.83 -
System Red Green Blue C M Y K H S L
Decimal 188 231 104 0.19 0 0.55 0.09 80.31 0.73 0.66
Hex BC E7 68 13 0 37 9 50 49 42
Octal 274 347 150 23 0 67 11 120 111 102
Binary 10111100 11100111 1101000 10011 0 110111 1001 1010000 1001001 1000010

Color Harmonies of #BCE768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE768

Black with #BCE768

Text Example


Text Example

White with #BCE768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE768; }

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

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

background-color css

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

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

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

border-color css

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

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

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