Html Css Color HEX #BED70C Inch Worm

📋 copy color: '#BED70C'

red 190 ◦ green 215 ◦ blue 12

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

Shades of Inch Worm #BED70C

Tints of Inch Worm #BED70C

RGB

 RED value IS 190 (74.61% from 255) = 45.56%

 GREEN value IS 215 (84.38% from 255) = 51.56%

 BLUE value IS 12 (5.08% from 255) = 2.88%

R = 45.56%
G = 51.56%
B = 2.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#BED70C (or 0xBED70C) is known color: Inch Worm. HEX triplet: BE, D7 and 0C. RGB value is (190,215,12). Sum of RGB (Red+Green+Blue) = 190+215+12=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #BED70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED70C is #4128F3. Grayscale: #B9B9B9. Windows color (decimal): -4270324 or 841662. OLE color: 841662.

HSL color Cylindrical-coordinate representation of color #BED70C: hue angle of 67.39º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BED70C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 12 -
CMYK 0.12 0 0.94 0.16
HSL 67.39º 0.89% 0.45% -
HSV(B) 67.39º 0.94% 0.84% -
XYZ 45.6 59.57 9.44 -
YUV 184.38 30.72 132.01 -
System Red Green Blue C M Y K H S L
Decimal 190 215 12 0.12 0 0.94 0.16 67.39 0.89 0.45
Hex BE D7 C C 0 5E 10 43 59 2D
Octal 276 327 14 14 0 136 20 103 131 55
Binary 10111110 11010111 1100 1100 0 1011110 10000 1000011 1011001 101101

Color Harmonies of #BED70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED70C

Black with #BED70C

Text Example


Text Example

White with #BED70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED70C; }

 p { color: rgb(190,215,12); }

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

background-color css

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

 a { background-color: rgb(190,215,12); }

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

border-color css

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

 span { border-color: rgb(190,215,12); }

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