Html Css Color HEX #BDDB03 Inch Worm

📋 copy color: '#BDDB03'

red 189 ◦ green 219 ◦ blue 3

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

Shades of Inch Worm #BDDB03

Tints of Inch Worm #BDDB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 45.99%
G = 53.28%
B = 0.73%

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

#BDDB03 (or 0xBDDB03) is known color: Inch Worm. HEX triplet: BD, DB and 03. RGB value is (189,219,3). Sum of RGB (Red+Green+Blue) = 189+219+3=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDB03 is #4224FC. Grayscale: #BABABA. Windows color (decimal): -4334845 or 252861. OLE color: 252861.

HSL color Cylindrical-coordinate representation of color #BDDB03: hue angle of 68.33º degrees, saturation: 0.97, 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 #BDDB03 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 3 -
CMYK 0.14 0 0.99 0.14
HSL 68.33º 0.97% 0.44% -
HSV(B) 68.33º 0.99% 0.86% -
XYZ 46.33 61.49 9.51 -
YUV 185.41 25.06 130.56 -
System Red Green Blue C M Y K H S L
Decimal 189 219 3 0.14 0 0.99 0.14 68.33 0.97 0.44
Hex BD DB 3 E 0 63 E 44 61 2C
Octal 275 333 3 16 0 143 16 104 141 54
Binary 10111101 11011011 11 1110 0 1100011 1110 1000100 1100001 101100

Color Harmonies of #BDDB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB03

Black with #BDDB03

Text Example


Text Example

White with #BDDB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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