Html Css Color HEX #BCEB6C Sulu

📋 copy color: '#BCEB6C'

red 188 ◦ green 235 ◦ blue 108

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

Shades of Sulu #BCEB6C

Tints of Sulu #BCEB6C

RGB

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

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

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

R = 35.4%
G = 44.26%
B = 20.34%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#BCEB6C (or 0xBCEB6C) is known color: Sulu. HEX triplet: BC, EB and 6C. RGB value is (188,235,108). Sum of RGB (Red+Green+Blue) = 188+235+108=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEB6C is #431493. Grayscale: #CECECE. Windows color (decimal): -4396180 or 7138236. OLE color: 7138236.

HSL color Cylindrical-coordinate representation of color #BCEB6C: hue angle of 82.2º 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 #BCEB6C is Cyan = 0.2, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 108 -
CMYK 0.2 0 0.54 0.08
HSL 82.2º 0.76% 0.67% -
HSV(B) 82.2º 0.54% 0.92% -
XYZ 53.15 71.19 25.13 -
YUV 206.47 72.43 114.83 -
System Red Green Blue C M Y K H S L
Decimal 188 235 108 0.2 0 0.54 0.08 82.2 0.76 0.67
Hex BC EB 6C 14 0 36 8 52 4C 43
Octal 274 353 154 24 0 66 10 122 114 103
Binary 10111100 11101011 1101100 10100 0 110110 1000 1010010 1001100 1000011

Color Harmonies of #BCEB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB6C

Black with #BCEB6C

Text Example


Text Example

White with #BCEB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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