Html Css Color HEX #BDDC08 Inch Worm

📋 copy color: '#BDDC08'

red 189 ◦ green 220 ◦ blue 8

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

Shades of Inch Worm #BDDC08

Tints of Inch Worm #BDDC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.92%

R = 45.32%
G = 52.76%
B = 1.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#BDDC08 (or 0xBDDC08) is known color: Inch Worm. HEX triplet: BD, DC and 08. RGB value is (189,220,8). Sum of RGB (Red+Green+Blue) = 189+220+8=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 8 (3.52% from 255 or 1.92% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDC08 is #4223F7. Grayscale: #BBBBBB. Windows color (decimal): -4334584 or 580797. OLE color: 580797.

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

Color convert

RGB 189 220 8 -
CMYK 0.14 0 0.96 0.14
HSL 68.77º 0.93% 0.45% -
HSV(B) 68.77º 0.96% 0.86% -
XYZ 46.62 62.02 9.74 -
YUV 186.56 27.23 129.74 -
System Red Green Blue C M Y K H S L
Decimal 189 220 8 0.14 0 0.96 0.14 68.77 0.93 0.45
Hex BD DC 8 E 0 60 E 45 5D 2D
Octal 275 334 10 16 0 140 16 105 135 55
Binary 10111101 11011100 1000 1110 0 1100000 1110 1000101 1011101 101101

Color Harmonies of #BDDC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC08

Black with #BDDC08

Text Example


Text Example

White with #BDDC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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