Html Css Color HEX #BDE622 Inch Worm

📋 copy color: '#BDE622'

red 189 ◦ green 230 ◦ blue 34

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

Shades of Inch Worm #BDE622

Tints of Inch Worm #BDE622

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.77%

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

R = 41.72%
G = 50.77%
B = 7.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#BDE622 (or 0xBDE622) is known color: Inch Worm. HEX triplet: BD, E6 and 22. RGB value is (189,230,34). Sum of RGB (Red+Green+Blue) = 189+230+34=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 230 (90.23% from 255 or 50.77% from 453); Blue value is 34 (13.67% from 255 or 7.51% from 453); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE622 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE622 is #4219DD. Grayscale: #C4C4C4. Windows color (decimal): -4331998 or 2287293. OLE color: 2287293.

HSL color Cylindrical-coordinate representation of color #BDE622: hue angle of 72.55º degrees, saturation: 0.8, 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 #BDE622 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 34 -
CMYK 0.18 0 0.85 0.10
HSL 72.55º 0.8% 0.52% -
HSV(B) 72.55º 0.85% 0.9% -
XYZ 49.57 67.53 11.93 -
YUV 195.4 36.92 123.44 -
System Red Green Blue C M Y K H S L
Decimal 189 230 34 0.18 0 0.85 0.10 72.55 0.8 0.52
Hex BD E6 22 12 0 55 A 49 50 34
Octal 275 346 42 22 0 125 12 111 120 64
Binary 10111101 11100110 100010 10010 0 1010101 1010 1001001 1010000 110100

Color Harmonies of #BDE622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE622

Black with #BDE622

Text Example


Text Example

White with #BDE622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE622; }

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

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

background-color css

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

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

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

border-color css

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

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

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