Html Css Color HEX #BCE704 Inch Worm

📋 copy color: '#BCE704'

red 188 ◦ green 231 ◦ blue 4

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

Shades of Inch Worm #BCE704

Tints of Inch Worm #BCE704

RGB

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

 GREEN value IS 231 (90.63% from 255) = 54.61%

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 44.44%
G = 54.61%
B = 0.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#BCE704 (or 0xBCE704) is known color: Inch Worm. HEX triplet: BC, E7 and 04. RGB value is (188,231,4). Sum of RGB (Red+Green+Blue) = 188+231+4=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 231 (90.62% from 255 or 54.61% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE704 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE704 is #4318FB. Grayscale: #C1C1C1. Windows color (decimal): -4397308 or 321468. OLE color: 321468.

HSL color Cylindrical-coordinate representation of color #BCE704: hue angle of 71.37º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCE704 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 4 -
CMYK 0.19 0 0.98 0.09
HSL 71.37º 0.97% 0.46% -
HSV(B) 71.37º 0.98% 0.91% -
XYZ 49.34 67.85 10.61 -
YUV 192.27 21.75 124.96 -
System Red Green Blue C M Y K H S L
Decimal 188 231 4 0.19 0 0.98 0.09 71.37 0.97 0.46
Hex BC E7 4 13 0 62 9 47 61 2E
Octal 274 347 4 23 0 142 11 107 141 56
Binary 10111100 11100111 100 10011 0 1100010 1001 1000111 1100001 101110

Color Harmonies of #BCE704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE704

Black with #BCE704

Text Example


Text Example

White with #BCE704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE704; }

 p { color: rgb(188,231,4); }

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

background-color css

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

 a { background-color: rgb(188,231,4); }

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

border-color css

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

 span { border-color: rgb(188,231,4); }

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