Html Css Color HEX #BCE66B Sulu

📋 copy color: '#BCE66B'

red 188 ◦ green 230 ◦ blue 107

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

Shades of Sulu #BCE66B

Tints of Sulu #BCE66B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.81%

 BLUE value IS 107 (42.19% from 255) = 20.38%

R = 35.81%
G = 43.81%
B = 20.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#BCE66B (or 0xBCE66B) is known color: Sulu. HEX triplet: BC, E6 and 6B. RGB value is (188,230,107). Sum of RGB (Red+Green+Blue) = 188+230+107=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE66B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE66B is #431994. Grayscale: #CBCBCB. Windows color (decimal): -4397461 or 7071420. OLE color: 7071420.

HSL color Cylindrical-coordinate representation of color #BCE66B: hue angle of 80.49º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCE66B is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 107 -
CMYK 0.18 0 0.53 0.10
HSL 80.49º 0.71% 0.66% -
HSV(B) 80.49º 0.53% 0.9% -
XYZ 51.69 68.35 24.38 -
YUV 203.42 73.59 117 -
System Red Green Blue C M Y K H S L
Decimal 188 230 107 0.18 0 0.53 0.10 80.49 0.71 0.66
Hex BC E6 6B 12 0 35 A 50 47 42
Octal 274 346 153 22 0 65 12 120 107 102
Binary 10111100 11100110 1101011 10010 0 110101 1010 1010000 1000111 1000010

Color Harmonies of #BCE66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE66B

Black with #BCE66B

Text Example


Text Example

White with #BCE66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE66B; }

 p { color: rgb(188,230,107); }

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

background-color css

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

 a { background-color: rgb(188,230,107); }

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

border-color css

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

 span { border-color: rgb(188,230,107); }

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