Html Css Color HEX #B6FF0B Spring Bud

📋 copy color: '#B6FF0B'

red 182 ◦ green 255 ◦ blue 11

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

Shades of Spring Bud #B6FF0B

Tints of Spring Bud #B6FF0B

RGB

 RED value IS 182 (71.48% from 255) = 40.63%

 GREEN value IS 255 (100% from 255) = 56.92%

 BLUE value IS 11 (4.69% from 255) = 2.46%

R = 40.63%
G = 56.92%
B = 2.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#B6FF0B (or 0xB6FF0B) is known color: Spring Bud. HEX triplet: B6, FF and 0B. RGB value is (182,255,11). Sum of RGB (Red+Green+Blue) = 182+255+11=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FF0B is #4900F4. Grayscale: #CECECE. Windows color (decimal): -4784373 or 786358. OLE color: 786358.

HSL color Cylindrical-coordinate representation of color #B6FF0B: hue angle of 77.95º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B6FF0B is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 182 255 11 -
CMYK 0.29 0 0.96 0
HSL 77.95º 1% 0.52% -
HSV(B) 77.95º 0.96% 1% -
XYZ 55.11 81.49 13.14 -
YUV 205.36 18.32 111.34 -
System Red Green Blue C M Y K H S L
Decimal 182 255 11 0.29 0 0.96 0 77.95 1 0.52
Hex B6 FF B 1D 0 60 0 4E 64 34
Octal 266 377 13 35 0 140 0 116 144 64
Binary 10110110 11111111 1011 11101 0 1100000 0 1001110 1100100 110100

Color Harmonies of #B6FF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FF0B

Black with #B6FF0B

Text Example


Text Example

White with #B6FF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FF0B; }

 p { color: rgb(182,255,11); }

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

background-color css

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

 a { background-color: rgb(182,255,11); }

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

border-color css

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

 span { border-color: rgb(182,255,11); }

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