Html Css Color HEX #BDE822 Inch Worm

📋 copy color: '#BDE822'

red 189 ◦ green 232 ◦ blue 34

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

Shades of Inch Worm #BDE822

Tints of Inch Worm #BDE822

RGB

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

 GREEN value IS 232 (91.02% from 255) = 50.99%

 BLUE value IS 34 (13.67% from 255) = 7.47%

R = 41.54%
G = 50.99%
B = 7.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#BDE822 (or 0xBDE822) is known color: Inch Worm. HEX triplet: BD, E8 and 22. RGB value is (189,232,34). Sum of RGB (Red+Green+Blue) = 189+232+34=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 232 (91.02% from 255 or 50.99% from 455); Blue value is 34 (13.67% from 255 or 7.47% from 455); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE822 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE822 is #4217DD. Grayscale: #C5C5C5. Windows color (decimal): -4331486 or 2287805. OLE color: 2287805.

HSL color Cylindrical-coordinate representation of color #BDE822: hue angle of 73.03º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDE822 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 34 -
CMYK 0.19 0 0.85 0.09
HSL 73.03º 0.81% 0.52% -
HSV(B) 73.03º 0.85% 0.91% -
XYZ 50.13 68.65 12.12 -
YUV 196.57 36.25 122.6 -
System Red Green Blue C M Y K H S L
Decimal 189 232 34 0.19 0 0.85 0.09 73.03 0.81 0.52
Hex BD E8 22 13 0 55 9 49 51 34
Octal 275 350 42 23 0 125 11 111 121 64
Binary 10111101 11101000 100010 10011 0 1010101 1001 1001001 1010001 110100

Color Harmonies of #BDE822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE822

Black with #BDE822

Text Example


Text Example

White with #BDE822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE822; }

 p { color: rgb(189,232,34); }

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

background-color css

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

 a { background-color: rgb(189,232,34); }

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

border-color css

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

 span { border-color: rgb(189,232,34); }

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