Html Css Color HEX #BCEC6A Sulu

📋 copy color: '#BCEC6A'

red 188 ◦ green 236 ◦ blue 106

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

Shades of Sulu #BCEC6A

Tints of Sulu #BCEC6A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.53%

 BLUE value IS 106 (41.8% from 255) = 20%

R = 35.47%
G = 44.53%
B = 20%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#BCEC6A (or 0xBCEC6A) is known color: Sulu. HEX triplet: BC, EC and 6A. RGB value is (188,236,106). Sum of RGB (Red+Green+Blue) = 188+236+106=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC6A is #431395. Grayscale: #CFCFCF. Windows color (decimal): -4395926 or 7007420. OLE color: 7007420.

HSL color Cylindrical-coordinate representation of color #BCEC6A: hue angle of 82.15º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCEC6A is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 106 -
CMYK 0.20 0 0.55 0.07
HSL 82.15º 0.77% 0.67% -
HSV(B) 82.15º 0.55% 0.93% -
XYZ 53.34 71.72 24.67 -
YUV 206.83 71.1 114.57 -
System Red Green Blue C M Y K H S L
Decimal 188 236 106 0.20 0 0.55 0.07 82.15 0.77 0.67
Hex BC EC 6A 14 0 37 7 52 4D 43
Octal 274 354 152 24 0 67 7 122 115 103
Binary 10111100 11101100 1101010 10100 0 110111 111 1010010 1001101 1000011

Color Harmonies of #BCEC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC6A

Black with #BCEC6A

Text Example


Text Example

White with #BCEC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC6A; }

 p { color: rgb(188,236,106); }

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

background-color css

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

 a { background-color: rgb(188,236,106); }

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

border-color css

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

 span { border-color: rgb(188,236,106); }

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