Html Css Color HEX #BDE108 Inch Worm

📋 copy color: '#BDE108'

red 189 ◦ green 225 ◦ blue 8

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

Shades of Inch Worm #BDE108

Tints of Inch Worm #BDE108

RGB

 RED value IS 189 (74.22% from 255) = 44.79%

 GREEN value IS 225 (88.28% from 255) = 53.32%

 BLUE value IS 8 (3.52% from 255) = 1.9%

R = 44.79%
G = 53.32%
B = 1.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#BDE108 (or 0xBDE108) is known color: Inch Worm. HEX triplet: BD, E1 and 08. RGB value is (189,225,8). Sum of RGB (Red+Green+Blue) = 189+225+8=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 225 (88.28% from 255 or 53.32% from 422); Blue value is 8 (3.52% from 255 or 1.90% from 422); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE108 is #421EF7. Grayscale: #BEBEBE. Windows color (decimal): -4333304 or 582077. OLE color: 582077.

HSL color Cylindrical-coordinate representation of color #BDE108: hue angle of 69.95º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDE108 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 8 -
CMYK 0.16 0 0.96 0.12
HSL 69.95º 0.93% 0.46% -
HSV(B) 69.95º 0.96% 0.88% -
XYZ 47.96 64.69 10.19 -
YUV 189.5 25.57 127.64 -
System Red Green Blue C M Y K H S L
Decimal 189 225 8 0.16 0 0.96 0.12 69.95 0.93 0.46
Hex BD E1 8 10 0 60 C 46 5D 2E
Octal 275 341 10 20 0 140 14 106 135 56
Binary 10111101 11100001 1000 10000 0 1100000 1100 1000110 1011101 101110

Color Harmonies of #BDE108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE108

Black with #BDE108

Text Example


Text Example

White with #BDE108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE108; }

 p { color: rgb(189,225,8); }

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

background-color css

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

 a { background-color: rgb(189,225,8); }

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

border-color css

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

 span { border-color: rgb(189,225,8); }

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