Html Css Color HEX #BDDB04 Inch Worm

📋 copy color: '#BDDB04'

red 189 ◦ green 219 ◦ blue 4

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

Shades of Inch Worm #BDDB04

Tints of Inch Worm #BDDB04

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.16%

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

R = 45.87%
G = 53.16%
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

#BDDB04 (or 0xBDDB04) is known color: Inch Worm. HEX triplet: BD, DB and 04. RGB value is (189,219,4). Sum of RGB (Red+Green+Blue) = 189+219+4=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDB04 is #4224FB. Grayscale: #BABABA. Windows color (decimal): -4334844 or 318397. OLE color: 318397.

HSL color Cylindrical-coordinate representation of color #BDDB04: hue angle of 68.37º 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 #BDDB04 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 4 -
CMYK 0.14 0 0.98 0.14
HSL 68.37º 0.96% 0.44% -
HSV(B) 68.37º 0.98% 0.86% -
XYZ 46.34 61.49 9.54 -
YUV 185.52 25.56 130.48 -
System Red Green Blue C M Y K H S L
Decimal 189 219 4 0.14 0 0.98 0.14 68.37 0.96 0.44
Hex BD DB 4 E 0 62 E 44 60 2C
Octal 275 333 4 16 0 142 16 104 140 54
Binary 10111101 11011011 100 1110 0 1100010 1110 1000100 1100000 101100

Color Harmonies of #BDDB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB04

Black with #BDDB04

Text Example


Text Example

White with #BDDB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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