Html Css Color HEX #BCED23 Inch Worm

📋 copy color: '#BCED23'

red 188 ◦ green 237 ◦ blue 35

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

Shades of Inch Worm #BCED23

Tints of Inch Worm #BCED23

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.52%

 BLUE value IS 35 (14.06% from 255) = 7.61%

R = 40.87%
G = 51.52%
B = 7.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#BCED23 (or 0xBCED23) is known color: Inch Worm. HEX triplet: BC, ED and 23. RGB value is (188,237,35). Sum of RGB (Red+Green+Blue) = 188+237+35=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 237 (92.97% from 255 or 51.52% from 460); Blue value is 35 (14.06% from 255 or 7.61% from 460); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCED23 is #4312DC. Grayscale: #C8C8C8. Windows color (decimal): -4395741 or 2354620. OLE color: 2354620.

HSL color Cylindrical-coordinate representation of color #BCED23: hue angle of 74.55º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCED23 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 35 -
CMYK 0.21 0 0.85 0.07
HSL 74.55º 0.85% 0.53% -
HSV(B) 74.55º 0.85% 0.93% -
XYZ 51.33 71.38 12.66 -
YUV 199.32 35.27 119.93 -
System Red Green Blue C M Y K H S L
Decimal 188 237 35 0.21 0 0.85 0.07 74.55 0.85 0.53
Hex BC ED 23 15 0 55 7 4B 55 35
Octal 274 355 43 25 0 125 7 113 125 65
Binary 10111100 11101101 100011 10101 0 1010101 111 1001011 1010101 110101

Color Harmonies of #BCED23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED23

Black with #BCED23

Text Example


Text Example

White with #BCED23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED23; }

 p { color: rgb(188,237,35); }

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

background-color css

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

 a { background-color: rgb(188,237,35); }

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

border-color css

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

 span { border-color: rgb(188,237,35); }

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