Html Css Color HEX #B2EB6C Sulu

📋 copy color: '#B2EB6C'

red 178 ◦ green 235 ◦ blue 108

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

Shades of Sulu #B2EB6C

Tints of Sulu #B2EB6C

RGB

 RED value IS 178 (69.92% from 255) = 34.17%

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

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

R = 34.17%
G = 45.11%
B = 20.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#B2EB6C (or 0xB2EB6C) is known color: Sulu. HEX triplet: B2, EB and 6C. RGB value is (178,235,108). Sum of RGB (Red+Green+Blue) = 178+235+108=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EB6C is #4D1493. Grayscale: #CBCBCB. Windows color (decimal): -5051540 or 7138226. OLE color: 7138226.

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

Color convert

RGB 178 235 108 -
CMYK 0.24 0 0.54 0.08
HSL 86.93º 0.76% 0.67% -
HSV(B) 86.93º 0.54% 0.92% -
XYZ 50.78 69.96 25.02 -
YUV 203.48 74.12 109.83 -
System Red Green Blue C M Y K H S L
Decimal 178 235 108 0.24 0 0.54 0.08 86.93 0.76 0.67
Hex B2 EB 6C 18 0 36 8 57 4C 43
Octal 262 353 154 30 0 66 10 127 114 103
Binary 10110010 11101011 1101100 11000 0 110110 1000 1010111 1001100 1000011

Color Harmonies of #B2EB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EB6C

Black with #B2EB6C

Text Example


Text Example

White with #B2EB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EB6C; }

 p { color: rgb(178,235,108); }

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

background-color css

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

 a { background-color: rgb(178,235,108); }

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

border-color css

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

 span { border-color: rgb(178,235,108); }

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