Html Css Color HEX #BDE522 Inch Worm

📋 copy color: '#BDE522'

red 189 ◦ green 229 ◦ blue 34

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

Shades of Inch Worm #BDE522

Tints of Inch Worm #BDE522

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.66%

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

R = 41.81%
G = 50.66%
B = 7.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#BDE522 (or 0xBDE522) is known color: Inch Worm. HEX triplet: BD, E5 and 22. RGB value is (189,229,34). Sum of RGB (Red+Green+Blue) = 189+229+34=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 229 (89.84% from 255 or 50.66% from 452); Blue value is 34 (13.67% from 255 or 7.52% from 452); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE522 is #421ADD. Grayscale: #C3C3C3. Windows color (decimal): -4332254 or 2287037. OLE color: 2287037.

HSL color Cylindrical-coordinate representation of color #BDE522: hue angle of 72.31º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDE522 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 34 -
CMYK 0.17 0 0.85 0.10
HSL 72.31º 0.79% 0.52% -
HSV(B) 72.31º 0.85% 0.9% -
XYZ 49.29 66.97 11.84 -
YUV 194.81 37.25 123.86 -
System Red Green Blue C M Y K H S L
Decimal 189 229 34 0.17 0 0.85 0.10 72.31 0.79 0.52
Hex BD E5 22 11 0 55 A 48 4F 34
Octal 275 345 42 21 0 125 12 110 117 64
Binary 10111101 11100101 100010 10001 0 1010101 1010 1001000 1001111 110100

Color Harmonies of #BDE522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE522

Black with #BDE522

Text Example


Text Example

White with #BDE522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE522; }

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

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

background-color css

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

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

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

border-color css

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

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

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