Html Css Color HEX #BDE609 Inch Worm

📋 copy color: '#BDE609'

red 189 ◦ green 230 ◦ blue 9

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

Shades of Inch Worm #BDE609

Tints of Inch Worm #BDE609

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.74%

 BLUE value IS 9 (3.91% from 255) = 2.1%

R = 44.16%
G = 53.74%
B = 2.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#BDE609 (or 0xBDE609) is known color: Inch Worm. HEX triplet: BD, E6 and 09. RGB value is (189,230,9). Sum of RGB (Red+Green+Blue) = 189+230+9=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 230 (90.23% from 255 or 53.74% from 428); Blue value is 9 (3.91% from 255 or 2.10% from 428); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE609 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE609 is #4219F6. Grayscale: #C1C1C1. Windows color (decimal): -4332023 or 648893. OLE color: 648893.

HSL color Cylindrical-coordinate representation of color #BDE609: hue angle of 71.13º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDE609 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 9 -
CMYK 0.18 0 0.96 0.10
HSL 71.13º 0.92% 0.47% -
HSV(B) 71.13º 0.96% 0.9% -
XYZ 49.33 67.43 10.67 -
YUV 192.55 24.42 125.47 -
System Red Green Blue C M Y K H S L
Decimal 189 230 9 0.18 0 0.96 0.10 71.13 0.92 0.47
Hex BD E6 9 12 0 60 A 47 5C 2F
Octal 275 346 11 22 0 140 12 107 134 57
Binary 10111101 11100110 1001 10010 0 1100000 1010 1000111 1011100 101111

Color Harmonies of #BDE609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE609

Black with #BDE609

Text Example


Text Example

White with #BDE609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE609; }

 p { color: rgb(189,230,9); }

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

background-color css

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

 a { background-color: rgb(189,230,9); }

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

border-color css

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

 span { border-color: rgb(189,230,9); }

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