Html Css Color HEX #BDDC00 Inch Worm

📋 copy color: '#BDDC00'

red 189 ◦ green 220 ◦ blue 0

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

Shades of Inch Worm #BDDC00

Tints of Inch Worm #BDDC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.21%
G = 53.79%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#BDDC00 (or 0xBDDC00) is known color: Inch Worm. HEX triplet: BD, DC and 00. RGB value is (189,220,0). Sum of RGB (Red+Green+Blue) = 189+220+0=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDC00 is #4223FF. Grayscale: #BABABA. Windows color (decimal): -4334592 or 56509. OLE color: 56509.

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

Color convert

RGB 189 220 0 -
CMYK 0.14 0 1 0.14
HSL 68.45º 1% 0.43% -
HSV(B) 68.45º 1% 0.86% -
XYZ 46.58 62.01 9.51 -
YUV 185.65 23.23 130.39 -
System Red Green Blue C M Y K H S L
Decimal 189 220 0 0.14 0 1 0.14 68.45 1 0.43
Hex BD DC 0 E 0 64 E 44 64 2B
Octal 275 334 0 16 0 144 16 104 144 53
Binary 10111101 11011100 0 1110 0 1100100 1110 1000100 1100100 101011

Color Harmonies of #BDDC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC00

Black with #BDDC00

Text Example


Text Example

White with #BDDC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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