Html Css Color HEX #BCEA07 Inch Worm

📋 copy color: '#BCEA07'

red 188 ◦ green 234 ◦ blue 7

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

Shades of Inch Worm #BCEA07

Tints of Inch Worm #BCEA07

RGB

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

 GREEN value IS 234 (91.8% from 255) = 54.55%

 BLUE value IS 7 (3.13% from 255) = 1.63%

R = 43.82%
G = 54.55%
B = 1.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#BCEA07 (or 0xBCEA07) is known color: Inch Worm. HEX triplet: BC, EA and 07. RGB value is (188,234,7). Sum of RGB (Red+Green+Blue) = 188+234+7=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 234 (91.80% from 255 or 54.55% from 429); Blue value is 7 (3.12% from 255 or 1.63% from 429); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEA07 is #4315F8. Grayscale: #C3C3C3. Windows color (decimal): -4396537 or 518844. OLE color: 518844.

HSL color Cylindrical-coordinate representation of color #BCEA07: hue angle of 72.16º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCEA07 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 7 -
CMYK 0.20 0 0.97 0.08
HSL 72.16º 0.94% 0.47% -
HSV(B) 72.16º 0.97% 0.92% -
XYZ 50.2 69.55 10.98 -
YUV 194.37 22.26 123.46 -
System Red Green Blue C M Y K H S L
Decimal 188 234 7 0.20 0 0.97 0.08 72.16 0.94 0.47
Hex BC EA 7 14 0 61 8 48 5E 2F
Octal 274 352 7 24 0 141 10 110 136 57
Binary 10111100 11101010 111 10100 0 1100001 1000 1001000 1011110 101111

Color Harmonies of #BCEA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA07

Black with #BCEA07

Text Example


Text Example

White with #BCEA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA07; }

 p { color: rgb(188,234,7); }

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

background-color css

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

 a { background-color: rgb(188,234,7); }

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

border-color css

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

 span { border-color: rgb(188,234,7); }

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