Html Css Color HEX #BDE921 Inch Worm

📋 copy color: '#BDE921'

red 189 ◦ green 233 ◦ blue 33

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

Shades of Inch Worm #BDE921

Tints of Inch Worm #BDE921

RGB

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

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

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

R = 41.54%
G = 51.21%
B = 7.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#BDE921 (or 0xBDE921) is known color: Inch Worm. HEX triplet: BD, E9 and 21. RGB value is (189,233,33). Sum of RGB (Red+Green+Blue) = 189+233+33=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 233 (91.41% from 255 or 51.21% from 455); Blue value is 33 (13.28% from 255 or 7.25% from 455); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE921 is #4216DE. Grayscale: #C5C5C5. Windows color (decimal): -4331231 or 2222525. OLE color: 2222525.

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

Color convert

RGB 189 233 33 -
CMYK 0.19 0 0.86 0.09
HSL 73.2º 0.82% 0.52% -
HSV(B) 73.2º 0.86% 0.91% -
XYZ 50.4 69.21 12.14 -
YUV 197.04 35.42 122.26 -
System Red Green Blue C M Y K H S L
Decimal 189 233 33 0.19 0 0.86 0.09 73.2 0.82 0.52
Hex BD E9 21 13 0 56 9 49 52 34
Octal 275 351 41 23 0 126 11 111 122 64
Binary 10111101 11101001 100001 10011 0 1010110 1001 1001001 1010010 110100

Color Harmonies of #BDE921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE921

Black with #BDE921

Text Example


Text Example

White with #BDE921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE921; }

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

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

background-color css

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

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

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

border-color css

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

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

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