Html Css Color HEX #BDDA15 Inch Worm

📋 copy color: '#BDDA15'

red 189 ◦ green 218 ◦ blue 21

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

Shades of Inch Worm #BDDA15

Tints of Inch Worm #BDDA15

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.93%

 BLUE value IS 21 (8.59% from 255) = 4.91%

R = 44.16%
G = 50.93%
B = 4.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#BDDA15 (or 0xBDDA15) is known color: Inch Worm. HEX triplet: BD, DA and 15. RGB value is (189,218,21). Sum of RGB (Red+Green+Blue) = 189+218+21=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDA15 is #4225EA. Grayscale: #BBBBBB. Windows color (decimal): -4335083 or 1432253. OLE color: 1432253.

HSL color Cylindrical-coordinate representation of color #BDDA15: hue angle of 68.83º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDDA15 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 21 -
CMYK 0.13 0 0.90 0.15
HSL 68.83º 0.82% 0.47% -
HSV(B) 68.83º 0.9% 0.85% -
XYZ 46.19 61.02 10.05 -
YUV 186.87 34.39 129.52 -
System Red Green Blue C M Y K H S L
Decimal 189 218 21 0.13 0 0.90 0.15 68.83 0.82 0.47
Hex BD DA 15 D 0 5A F 45 52 2F
Octal 275 332 25 15 0 132 17 105 122 57
Binary 10111101 11011010 10101 1101 0 1011010 1111 1000101 1010010 101111

Color Harmonies of #BDDA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA15

Black with #BDDA15

Text Example


Text Example

White with #BDDA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA15; }

 p { color: rgb(189,218,21); }

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

background-color css

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

 a { background-color: rgb(189,218,21); }

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

border-color css

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

 span { border-color: rgb(189,218,21); }

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