Html Css Color HEX #BDDC02 Inch Worm

📋 copy color: '#BDDC02'

red 189 ◦ green 220 ◦ blue 2

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

Shades of Inch Worm #BDDC02

Tints of Inch Worm #BDDC02

RGB

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

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

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

R = 45.99%
G = 53.53%
B = 0.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#BDDC02 (or 0xBDDC02) is known color: Inch Worm. HEX triplet: BD, DC and 02. RGB value is (189,220,2). Sum of RGB (Red+Green+Blue) = 189+220+2=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDC02 is #4223FD. Grayscale: #BABABA. Windows color (decimal): -4334590 or 187581. OLE color: 187581.

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

Color convert

RGB 189 220 2 -
CMYK 0.14 0 0.99 0.14
HSL 68.53º 0.98% 0.44% -
HSV(B) 68.53º 0.99% 0.86% -
XYZ 46.59 62.01 9.57 -
YUV 185.88 24.23 130.23 -
System Red Green Blue C M Y K H S L
Decimal 189 220 2 0.14 0 0.99 0.14 68.53 0.98 0.44
Hex BD DC 2 E 0 63 E 45 62 2C
Octal 275 334 2 16 0 143 16 105 142 54
Binary 10111101 11011100 10 1110 0 1100011 1110 1000101 1100010 101100

Color Harmonies of #BDDC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC02

Black with #BDDC02

Text Example


Text Example

White with #BDDC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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