Html Css Color HEX #BCF00B Inch Worm

📋 copy color: '#BCF00B'

red 188 ◦ green 240 ◦ blue 11

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

Shades of Inch Worm #BCF00B

Tints of Inch Worm #BCF00B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.67%

 BLUE value IS 11 (4.69% from 255) = 2.51%

R = 42.82%
G = 54.67%
B = 2.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#BCF00B (or 0xBCF00B) is known color: Inch Worm. HEX triplet: BC, F0 and 0B. RGB value is (188,240,11). Sum of RGB (Red+Green+Blue) = 188+240+11=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 240 (94.14% from 255 or 54.67% from 439); Blue value is 11 (4.69% from 255 or 2.51% from 439); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF00B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF00B is #430FF4. Grayscale: #C7C7C7. Windows color (decimal): -4394997 or 782524. OLE color: 782524.

HSL color Cylindrical-coordinate representation of color #BCF00B: hue angle of 73.62º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCF00B is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 11 -
CMYK 0.22 0 0.95 0.06
HSL 73.62º 0.91% 0.49% -
HSV(B) 73.62º 0.95% 0.94% -
XYZ 51.96 73.04 11.68 -
YUV 198.35 22.27 120.62 -
System Red Green Blue C M Y K H S L
Decimal 188 240 11 0.22 0 0.95 0.06 73.62 0.91 0.49
Hex BC F0 B 16 0 5F 6 4A 5B 31
Octal 274 360 13 26 0 137 6 112 133 61
Binary 10111100 11110000 1011 10110 0 1011111 110 1001010 1011011 110001

Color Harmonies of #BCF00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF00B

Black with #BCF00B

Text Example


Text Example

White with #BCF00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF00B; }

 p { color: rgb(188,240,11); }

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

background-color css

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

 a { background-color: rgb(188,240,11); }

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

border-color css

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

 span { border-color: rgb(188,240,11); }

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