Html Css Color HEX #B1C006 La Rioja

📋 copy color: '#B1C006'

red 177 ◦ green 192 ◦ blue 6

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

Shades of La Rioja #B1C006

Tints of La Rioja #B1C006

RGB

 RED value IS 177 (69.53% from 255) = 47.2%

 GREEN value IS 192 (75.39% from 255) = 51.2%

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 47.2%
G = 51.2%
B = 1.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#B1C006 (or 0xB1C006) is known color: La Rioja. HEX triplet: B1, C0 and 06. RGB value is (177,192,6). Sum of RGB (Red+Green+Blue) = 177+192+6=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C006 is #4E3FF9. Grayscale: #A7A7A7. Windows color (decimal): -5128186 or 442545. OLE color: 442545.

HSL color Cylindrical-coordinate representation of color #B1C006: hue angle of 64.84º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1C006 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 192 6 -
CMYK 0.08 0 0.97 0.25
HSL 64.84º 0.94% 0.39% -
HSV(B) 64.84º 0.97% 0.75% -
XYZ 37.01 47.06 7.3 -
YUV 166.31 37.53 135.62 -
System Red Green Blue C M Y K H S L
Decimal 177 192 6 0.08 0 0.97 0.25 64.84 0.94 0.39
Hex B1 C0 6 8 0 61 19 41 5E 27
Octal 261 300 6 10 0 141 31 101 136 47
Binary 10110001 11000000 110 1000 0 1100001 11001 1000001 1011110 100111

Color Harmonies of #B1C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C006

Black with #B1C006

Text Example


Text Example

White with #B1C006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C006; }

 p { color: rgb(177,192,6); }

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

background-color css

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

 a { background-color: rgb(177,192,6); }

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

border-color css

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

 span { border-color: rgb(177,192,6); }

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