Html Css Color HEX #BCE06A Sulu

📋 copy color: '#BCE06A'

red 188 ◦ green 224 ◦ blue 106

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

Shades of Sulu #BCE06A

Tints of Sulu #BCE06A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.24%

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

R = 36.29%
G = 43.24%
B = 20.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#BCE06A (or 0xBCE06A) is known color: Sulu. HEX triplet: BC, E0 and 6A. RGB value is (188,224,106). Sum of RGB (Red+Green+Blue) = 188+224+106=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE06A is #431F95. Grayscale: #C8C8C8. Windows color (decimal): -4398998 or 7004348. OLE color: 7004348.

HSL color Cylindrical-coordinate representation of color #BCE06A: hue angle of 78.31º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCE06A is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 106 -
CMYK 0.16 0 0.53 0.12
HSL 78.31º 0.66% 0.65% -
HSV(B) 78.31º 0.53% 0.88% -
XYZ 50 65.04 23.56 -
YUV 199.78 75.07 119.59 -
System Red Green Blue C M Y K H S L
Decimal 188 224 106 0.16 0 0.53 0.12 78.31 0.66 0.65
Hex BC E0 6A 10 0 35 C 4E 42 41
Octal 274 340 152 20 0 65 14 116 102 101
Binary 10111100 11100000 1101010 10000 0 110101 1100 1001110 1000010 1000001

Color Harmonies of #BCE06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE06A

Black with #BCE06A

Text Example


Text Example

White with #BCE06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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