Html Css Color HEX #BDDC0A Inch Worm

📋 copy color: '#BDDC0A'

red 189 ◦ green 220 ◦ blue 10

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

Shades of Inch Worm #BDDC0A

Tints of Inch Worm #BDDC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.39%

R = 45.11%
G = 52.51%
B = 2.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#BDDC0A (or 0xBDDC0A) is known color: Inch Worm. HEX triplet: BD, DC and 0A. RGB value is (189,220,10). Sum of RGB (Red+Green+Blue) = 189+220+10=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 10 (4.30% from 255 or 2.39% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDC0A is #4223F5. Grayscale: #BBBBBB. Windows color (decimal): -4334582 or 711869. OLE color: 711869.

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

Color convert

RGB 189 220 10 -
CMYK 0.14 0 0.95 0.14
HSL 68.86º 0.91% 0.45% -
HSV(B) 68.86º 0.95% 0.86% -
XYZ 46.63 62.03 9.8 -
YUV 186.79 28.23 129.58 -
System Red Green Blue C M Y K H S L
Decimal 189 220 10 0.14 0 0.95 0.14 68.86 0.91 0.45
Hex BD DC A E 0 5F E 45 5B 2D
Octal 275 334 12 16 0 137 16 105 133 55
Binary 10111101 11011100 1010 1110 0 1011111 1110 1000101 1011011 101101

Color Harmonies of #BDDC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC0A

Black with #BDDC0A

Text Example


Text Example

White with #BDDC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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