Html Css Color HEX #BCEB6E Sulu

📋 copy color: '#BCEB6E'

red 188 ◦ green 235 ◦ blue 110

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

Shades of Sulu #BCEB6E

Tints of Sulu #BCEB6E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.09%

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

R = 35.27%
G = 44.09%
B = 20.64%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#BCEB6E (or 0xBCEB6E) is known color: Sulu. HEX triplet: BC, EB and 6E. RGB value is (188,235,110). Sum of RGB (Red+Green+Blue) = 188+235+110=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEB6E is #431491. Grayscale: #CFCFCF. Windows color (decimal): -4396178 or 7269308. OLE color: 7269308.

HSL color Cylindrical-coordinate representation of color #BCEB6E: hue angle of 82.56º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCEB6E is Cyan = 0.2, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 110 -
CMYK 0.2 0 0.53 0.08
HSL 82.56º 0.76% 0.68% -
HSV(B) 82.56º 0.53% 0.92% -
XYZ 53.26 71.23 25.69 -
YUV 206.7 73.43 114.66 -
System Red Green Blue C M Y K H S L
Decimal 188 235 110 0.2 0 0.53 0.08 82.56 0.76 0.68
Hex BC EB 6E 14 0 35 8 53 4C 44
Octal 274 353 156 24 0 65 10 123 114 104
Binary 10111100 11101011 1101110 10100 0 110101 1000 1010011 1001100 1000100

Color Harmonies of #BCEB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB6E

Black with #BCEB6E

Text Example


Text Example

White with #BCEB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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