Html Css Color HEX #B4D821 Inch Worm

📋 copy color: '#B4D821'

red 180 ◦ green 216 ◦ blue 33

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

Shades of Inch Worm #B4D821

Tints of Inch Worm #B4D821

RGB

 RED value IS 180 (70.7% from 255) = 41.96%

 GREEN value IS 216 (84.77% from 255) = 50.35%

 BLUE value IS 33 (13.28% from 255) = 7.69%

R = 41.96%
G = 50.35%
B = 7.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#B4D821 (or 0xB4D821) is known color: Inch Worm. HEX triplet: B4, D8 and 21. RGB value is (180,216,33). Sum of RGB (Red+Green+Blue) = 180+216+33=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D821 is #4B27DE. Grayscale: #B9B9B9. Windows color (decimal): -4925407 or 2218164. OLE color: 2218164.

HSL color Cylindrical-coordinate representation of color #B4D821: hue angle of 71.8º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4D821 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 216 33 -
CMYK 0.17 0 0.85 0.15
HSL 71.8º 0.73% 0.49% -
HSV(B) 71.8º 0.85% 0.85% -
XYZ 43.65 58.92 10.51 -
YUV 184.37 42.57 124.88 -
System Red Green Blue C M Y K H S L
Decimal 180 216 33 0.17 0 0.85 0.15 71.8 0.73 0.49
Hex B4 D8 21 11 0 55 F 48 49 31
Octal 264 330 41 21 0 125 17 110 111 61
Binary 10110100 11011000 100001 10001 0 1010101 1111 1001000 1001001 110001

Color Harmonies of #B4D821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D821

Black with #B4D821

Text Example


Text Example

White with #B4D821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D821; }

 p { color: rgb(180,216,33); }

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

background-color css

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

 a { background-color: rgb(180,216,33); }

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

border-color css

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

 span { border-color: rgb(180,216,33); }

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