Html Css Color HEX #BEDA02 Inch Worm

📋 copy color: '#BEDA02'

red 190 ◦ green 218 ◦ blue 2

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

Shades of Inch Worm #BEDA02

Tints of Inch Worm #BEDA02

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.17%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 46.34%
G = 53.17%
B = 0.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#BEDA02 (or 0xBEDA02) is known color: Inch Worm. HEX triplet: BE, DA and 02. RGB value is (190,218,2). Sum of RGB (Red+Green+Blue) = 190+218+2=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDA02 is #4125FD. Grayscale: #B9B9B9. Windows color (decimal): -4269566 or 187070. OLE color: 187070.

HSL color Cylindrical-coordinate representation of color #BEDA02: hue angle of 67.78º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEDA02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 218 2 -
CMYK 0.13 0 0.99 0.15
HSL 67.78º 0.98% 0.43% -
HSV(B) 67.78º 0.99% 0.85% -
XYZ 46.32 61.09 9.41 -
YUV 185 24.72 131.56 -
System Red Green Blue C M Y K H S L
Decimal 190 218 2 0.13 0 0.99 0.15 67.78 0.98 0.43
Hex BE DA 2 D 0 63 F 44 62 2B
Octal 276 332 2 15 0 143 17 104 142 53
Binary 10111110 11011010 10 1101 0 1100011 1111 1000100 1100010 101011

Color Harmonies of #BEDA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA02

Black with #BEDA02

Text Example


Text Example

White with #BEDA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA02; }

 p { color: rgb(190,218,2); }

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

background-color css

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

 a { background-color: rgb(190,218,2); }

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

border-color css

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

 span { border-color: rgb(190,218,2); }

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