Html Css Color HEX #BEDF0D Inch Worm

📋 copy color: '#BEDF0D'

red 190 ◦ green 223 ◦ blue 13

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

Shades of Inch Worm #BEDF0D

Tints of Inch Worm #BEDF0D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.35%

 BLUE value IS 13 (5.47% from 255) = 3.05%

R = 44.6%
G = 52.35%
B = 3.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#BEDF0D (or 0xBEDF0D) is known color: Inch Worm. HEX triplet: BE, DF and 0D. RGB value is (190,223,13). Sum of RGB (Red+Green+Blue) = 190+223+13=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDF0D is #4120F2. Grayscale: #BEBEBE. Windows color (decimal): -4268275 or 909246. OLE color: 909246.

HSL color Cylindrical-coordinate representation of color #BEDF0D: hue angle of 69.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEDF0D is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 13 -
CMYK 0.15 0 0.94 0.13
HSL 69.43º 0.89% 0.46% -
HSV(B) 69.43º 0.94% 0.87% -
XYZ 47.7 63.75 10.17 -
YUV 189.19 28.57 128.58 -
System Red Green Blue C M Y K H S L
Decimal 190 223 13 0.15 0 0.94 0.13 69.43 0.89 0.46
Hex BE DF D F 0 5E D 45 59 2E
Octal 276 337 15 17 0 136 15 105 131 56
Binary 10111110 11011111 1101 1111 0 1011110 1101 1000101 1011001 101110

Color Harmonies of #BEDF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDF0D

Black with #BEDF0D

Text Example


Text Example

White with #BEDF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDF0D; }

 p { color: rgb(190,223,13); }

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

background-color css

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

 a { background-color: rgb(190,223,13); }

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

border-color css

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

 span { border-color: rgb(190,223,13); }

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