Html Css Color HEX #BCF36A Sulu

📋 copy color: '#BCF36A'

red 188 ◦ green 243 ◦ blue 106

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

Shades of Sulu #BCF36A

Tints of Sulu #BCF36A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.25%

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

R = 35.01%
G = 45.25%
B = 19.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#BCF36A (or 0xBCF36A) is known color: Sulu. HEX triplet: BC, F3 and 6A. RGB value is (188,243,106). Sum of RGB (Red+Green+Blue) = 188+243+106=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 106 (41.80% from 255 or 19.74% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF36A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF36A is #430C95. Grayscale: #D3D3D3. Windows color (decimal): -4394134 or 7009212. OLE color: 7009212.

HSL color Cylindrical-coordinate representation of color #BCF36A: hue angle of 84.09º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCF36A is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 106 -
CMYK 0.23 0 0.56 0.05
HSL 84.09º 0.85% 0.68% -
HSV(B) 84.09º 0.56% 0.95% -
XYZ 55.39 75.83 25.35 -
YUV 210.94 68.78 111.64 -
System Red Green Blue C M Y K H S L
Decimal 188 243 106 0.23 0 0.56 0.05 84.09 0.85 0.68
Hex BC F3 6A 17 0 38 5 54 55 44
Octal 274 363 152 27 0 70 5 124 125 104
Binary 10111100 11110011 1101010 10111 0 111000 101 1010100 1010101 1000100

Color Harmonies of #BCF36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF36A

Black with #BCF36A

Text Example


Text Example

White with #BCF36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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