Html Css Color HEX #B1C20B La Rioja

📋 copy color: '#B1C20B'

red 177 ◦ green 194 ◦ blue 11

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

Shades of La Rioja #B1C20B

Tints of La Rioja #B1C20B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.79%

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

R = 46.34%
G = 50.79%
B = 2.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#B1C20B (or 0xB1C20B) is known color: La Rioja. HEX triplet: B1, C2 and 0B. RGB value is (177,194,11). Sum of RGB (Red+Green+Blue) = 177+194+11=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C20B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C20B is #4E3DF4. Grayscale: #A8A8A8. Windows color (decimal): -5127669 or 770737. OLE color: 770737.

HSL color Cylindrical-coordinate representation of color #B1C20B: hue angle of 65.57º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1C20B is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 194 11 -
CMYK 0.09 0 0.94 0.24
HSL 65.57º 0.89% 0.4% -
HSV(B) 65.57º 0.94% 0.76% -
XYZ 37.48 47.95 7.6 -
YUV 168.06 39.37 134.38 -
System Red Green Blue C M Y K H S L
Decimal 177 194 11 0.09 0 0.94 0.24 65.57 0.89 0.4
Hex B1 C2 B 9 0 5E 18 42 59 28
Octal 261 302 13 11 0 136 30 102 131 50
Binary 10110001 11000010 1011 1001 0 1011110 11000 1000010 1011001 101000

Color Harmonies of #B1C20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C20B

Black with #B1C20B

Text Example


Text Example

White with #B1C20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C20B; }

 p { color: rgb(177,194,11); }

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

background-color css

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

 a { background-color: rgb(177,194,11); }

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

border-color css

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

 span { border-color: rgb(177,194,11); }

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