Html Css Color HEX #BDDB0D Inch Worm

📋 copy color: '#BDDB0D'

red 189 ◦ green 219 ◦ blue 13

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

Shades of Inch Worm #BDDB0D

Tints of Inch Worm #BDDB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.09%

R = 44.89%
G = 52.02%
B = 3.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#BDDB0D (or 0xBDDB0D) is known color: Inch Worm. HEX triplet: BD, DB and 0D. RGB value is (189,219,13). Sum of RGB (Red+Green+Blue) = 189+219+13=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDB0D is #4224F2. Grayscale: #BBBBBB. Windows color (decimal): -4334835 or 908221. OLE color: 908221.

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

Color convert

RGB 189 219 13 -
CMYK 0.14 0 0.94 0.14
HSL 68.74º 0.89% 0.45% -
HSV(B) 68.74º 0.94% 0.86% -
XYZ 46.39 61.51 9.81 -
YUV 186.55 30.06 129.75 -
System Red Green Blue C M Y K H S L
Decimal 189 219 13 0.14 0 0.94 0.14 68.74 0.89 0.45
Hex BD DB D E 0 5E E 45 59 2D
Octal 275 333 15 16 0 136 16 105 131 55
Binary 10111101 11011011 1101 1110 0 1011110 1110 1000101 1011001 101101

Color Harmonies of #BDDB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB0D

Black with #BDDB0D

Text Example


Text Example

White with #BDDB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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