Html Css Color HEX #BDDC04 Inch Worm

📋 copy color: '#BDDC04'

red 189 ◦ green 220 ◦ blue 4

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

Shades of Inch Worm #BDDC04

Tints of Inch Worm #BDDC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 45.76%
G = 53.27%
B = 0.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#BDDC04 (or 0xBDDC04) is known color: Inch Worm. HEX triplet: BD, DC and 04. RGB value is (189,220,4). Sum of RGB (Red+Green+Blue) = 189+220+4=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 4 (1.95% from 255 or 0.97% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDC04 is #4223FB. Grayscale: #BABABA. Windows color (decimal): -4334588 or 318653. OLE color: 318653.

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

Color convert

RGB 189 220 4 -
CMYK 0.14 0 0.98 0.14
HSL 68.61º 0.96% 0.44% -
HSV(B) 68.61º 0.98% 0.86% -
XYZ 46.6 62.01 9.63 -
YUV 186.11 25.23 130.06 -
System Red Green Blue C M Y K H S L
Decimal 189 220 4 0.14 0 0.98 0.14 68.61 0.96 0.44
Hex BD DC 4 E 0 62 E 45 60 2C
Octal 275 334 4 16 0 142 16 105 140 54
Binary 10111101 11011100 100 1110 0 1100010 1110 1000101 1100000 101100

Color Harmonies of #BDDC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC04

Black with #BDDC04

Text Example


Text Example

White with #BDDC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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