Html Css Color HEX #BDE716 Inch Worm

📋 copy color: '#BDE716'

red 189 ◦ green 231 ◦ blue 22

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

Shades of Inch Worm #BDE716

Tints of Inch Worm #BDE716

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.26%

 BLUE value IS 22 (8.98% from 255) = 4.98%

R = 42.76%
G = 52.26%
B = 4.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#BDE716 (or 0xBDE716) is known color: Inch Worm. HEX triplet: BD, E7 and 16. RGB value is (189,231,22). Sum of RGB (Red+Green+Blue) = 189+231+22=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 231 (90.62% from 255 or 52.26% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE716 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE716 is #4218E9. Grayscale: #C3C3C3. Windows color (decimal): -4331754 or 1501117. OLE color: 1501117.

HSL color Cylindrical-coordinate representation of color #BDE716: hue angle of 72.06º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDE716 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 22 -
CMYK 0.18 0 0.90 0.09
HSL 72.06º 0.83% 0.5% -
HSV(B) 72.06º 0.9% 0.91% -
XYZ 49.71 68.03 11.27 -
YUV 194.62 30.59 123.99 -
System Red Green Blue C M Y K H S L
Decimal 189 231 22 0.18 0 0.90 0.09 72.06 0.83 0.5
Hex BD E7 16 12 0 5A 9 48 53 32
Octal 275 347 26 22 0 132 11 110 123 62
Binary 10111101 11100111 10110 10010 0 1011010 1001 1001000 1010011 110010

Color Harmonies of #BDE716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE716

Black with #BDE716

Text Example


Text Example

White with #BDE716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE716; }

 p { color: rgb(189,231,22); }

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

background-color css

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

 a { background-color: rgb(189,231,22); }

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

border-color css

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

 span { border-color: rgb(189,231,22); }

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