Html Css Color HEX #BDDC09 Inch Worm

📋 copy color: '#BDDC09'

red 189 ◦ green 220 ◦ blue 9

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

Shades of Inch Worm #BDDC09

Tints of Inch Worm #BDDC09

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.63%

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

R = 45.22%
G = 52.63%
B = 2.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#BDDC09 (or 0xBDDC09) is known color: Inch Worm. HEX triplet: BD, DC and 09. RGB value is (189,220,9). Sum of RGB (Red+Green+Blue) = 189+220+9=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 9 (3.91% from 255 or 2.15% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDC09 is #4223F6. Grayscale: #BBBBBB. Windows color (decimal): -4334583 or 646333. OLE color: 646333.

HSL color Cylindrical-coordinate representation of color #BDDC09: hue angle of 68.82º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDDC09 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 9 -
CMYK 0.14 0 0.96 0.14
HSL 68.82º 0.92% 0.45% -
HSV(B) 68.82º 0.96% 0.86% -
XYZ 46.63 62.02 9.77 -
YUV 186.68 27.73 129.66 -
System Red Green Blue C M Y K H S L
Decimal 189 220 9 0.14 0 0.96 0.14 68.82 0.92 0.45
Hex BD DC 9 E 0 60 E 45 5C 2D
Octal 275 334 11 16 0 140 16 105 134 55
Binary 10111101 11011100 1001 1110 0 1100000 1110 1000101 1011100 101101

Color Harmonies of #BDDC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC09

Black with #BDDC09

Text Example


Text Example

White with #BDDC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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