Html Css Color HEX #BDE922 Inch Worm

📋 copy color: '#BDE922'

red 189 ◦ green 233 ◦ blue 34

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

Shades of Inch Worm #BDE922

Tints of Inch Worm #BDE922

RGB

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

 GREEN value IS 233 (91.41% from 255) = 51.1%

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

R = 41.45%
G = 51.1%
B = 7.46%

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

#BDE922 (or 0xBDE922) is known color: Inch Worm. HEX triplet: BD, E9 and 22. RGB value is (189,233,34). Sum of RGB (Red+Green+Blue) = 189+233+34=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 233 (91.41% from 255 or 51.10% from 456); Blue value is 34 (13.67% from 255 or 7.46% from 456); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE922 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE922 is #4216DD. Grayscale: #C5C5C5. Windows color (decimal): -4331230 or 2288061. OLE color: 2288061.

HSL color Cylindrical-coordinate representation of color #BDE922: hue angle of 73.27º degrees, saturation: 0.82, 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 #BDE922 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 34 -
CMYK 0.19 0 0.85 0.09
HSL 73.27º 0.82% 0.52% -
HSV(B) 73.27º 0.85% 0.91% -
XYZ 50.41 69.21 12.22 -
YUV 197.16 35.92 122.18 -
System Red Green Blue C M Y K H S L
Decimal 189 233 34 0.19 0 0.85 0.09 73.27 0.82 0.52
Hex BD E9 22 13 0 55 9 49 52 34
Octal 275 351 42 23 0 125 11 111 122 64
Binary 10111101 11101001 100010 10011 0 1010101 1001 1001001 1010010 110100

Color Harmonies of #BDE922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE922

Black with #BDE922

Text Example


Text Example

White with #BDE922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE922; }

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

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

background-color css

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

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

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

border-color css

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

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

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