Html Css Color HEX #BDE608 Inch Worm

📋 copy color: '#BDE608'

red 189 ◦ green 230 ◦ blue 8

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

Shades of Inch Worm #BDE608

Tints of Inch Worm #BDE608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.87%

R = 44.26%
G = 53.86%
B = 1.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#BDE608 (or 0xBDE608) is known color: Inch Worm. HEX triplet: BD, E6 and 08. RGB value is (189,230,8). Sum of RGB (Red+Green+Blue) = 189+230+8=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 230 (90.23% from 255 or 53.86% from 427); Blue value is 8 (3.52% from 255 or 1.87% from 427); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE608 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE608 is #4219F7. Grayscale: #C1C1C1. Windows color (decimal): -4332024 or 583357. OLE color: 583357.

HSL color Cylindrical-coordinate representation of color #BDE608: hue angle of 71.08º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDE608 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 8 -
CMYK 0.18 0 0.97 0.10
HSL 71.08º 0.93% 0.47% -
HSV(B) 71.08º 0.97% 0.9% -
XYZ 49.33 67.43 10.65 -
YUV 192.43 23.92 125.55 -
System Red Green Blue C M Y K H S L
Decimal 189 230 8 0.18 0 0.97 0.10 71.08 0.93 0.47
Hex BD E6 8 12 0 61 A 47 5D 2F
Octal 275 346 10 22 0 141 12 107 135 57
Binary 10111101 11100110 1000 10010 0 1100001 1010 1000111 1011101 101111

Color Harmonies of #BDE608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE608

Black with #BDE608

Text Example


Text Example

White with #BDE608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE608; }

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

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

background-color css

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

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

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

border-color css

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

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

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