Html Css Color HEX #BCF10B Inch Worm

📋 copy color: '#BCF10B'

red 188 ◦ green 241 ◦ blue 11

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

Shades of Inch Worm #BCF10B

Tints of Inch Worm #BCF10B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.77%

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

R = 42.73%
G = 54.77%
B = 2.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#BCF10B (or 0xBCF10B) is known color: Inch Worm. HEX triplet: BC, F1 and 0B. RGB value is (188,241,11). Sum of RGB (Red+Green+Blue) = 188+241+11=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 241 (94.53% from 255 or 54.77% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF10B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF10B is #430EF4. Grayscale: #C7C7C7. Windows color (decimal): -4394741 or 782780. OLE color: 782780.

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

Color convert

RGB 188 241 11 -
CMYK 0.22 0 0.95 0.05
HSL 73.83º 0.91% 0.49% -
HSV(B) 73.83º 0.95% 0.95% -
XYZ 52.25 73.63 11.77 -
YUV 198.93 21.94 120.2 -
System Red Green Blue C M Y K H S L
Decimal 188 241 11 0.22 0 0.95 0.05 73.83 0.91 0.49
Hex BC F1 B 16 0 5F 5 4A 5B 31
Octal 274 361 13 26 0 137 5 112 133 61
Binary 10111100 11110001 1011 10110 0 1011111 101 1001010 1011011 110001

Color Harmonies of #BCF10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF10B

Black with #BCF10B

Text Example


Text Example

White with #BCF10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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