Html Css Color HEX #BDE71A Inch Worm

📋 copy color: '#BDE71A'

red 189 ◦ green 231 ◦ blue 26

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

Shades of Inch Worm #BDE71A

Tints of Inch Worm #BDE71A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 51.79%

 BLUE value IS 26 (10.55% from 255) = 5.83%

R = 42.38%
G = 51.79%
B = 5.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#BDE71A (or 0xBDE71A) is known color: Inch Worm. HEX triplet: BD, E7 and 1A. RGB value is (189,231,26). Sum of RGB (Red+Green+Blue) = 189+231+26=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 231 (90.62% from 255 or 51.79% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE71A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE71A is #4218E5. Grayscale: #C3C3C3. Windows color (decimal): -4331750 or 1763261. OLE color: 1763261.

HSL color Cylindrical-coordinate representation of color #BDE71A: hue angle of 72.29º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDE71A is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 26 -
CMYK 0.18 0 0.89 0.09
HSL 72.29º 0.81% 0.5% -
HSV(B) 72.29º 0.89% 0.91% -
XYZ 49.75 68.05 11.49 -
YUV 195.07 32.59 123.67 -
System Red Green Blue C M Y K H S L
Decimal 189 231 26 0.18 0 0.89 0.09 72.29 0.81 0.5
Hex BD E7 1A 12 0 59 9 48 51 32
Octal 275 347 32 22 0 131 11 110 121 62
Binary 10111101 11100111 11010 10010 0 1011001 1001 1001000 1010001 110010

Color Harmonies of #BDE71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE71A

Black with #BDE71A

Text Example


Text Example

White with #BDE71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE71A; }

 p { color: rgb(189,231,26); }

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

background-color css

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

 a { background-color: rgb(189,231,26); }

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

border-color css

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

 span { border-color: rgb(189,231,26); }

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