Html Css Color HEX #B1C10C La Rioja

📋 copy color: '#B1C10C'

red 177 ◦ green 193 ◦ blue 12

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

Shades of La Rioja #B1C10C

Tints of La Rioja #B1C10C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.52%

 BLUE value IS 12 (5.08% from 255) = 3.14%

R = 46.34%
G = 50.52%
B = 3.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#B1C10C (or 0xB1C10C) is known color: La Rioja. HEX triplet: B1, C1 and 0C. RGB value is (177,193,12). Sum of RGB (Red+Green+Blue) = 177+193+12=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C10C is #4E3EF3. Grayscale: #A8A8A8. Windows color (decimal): -5127924 or 836017. OLE color: 836017.

HSL color Cylindrical-coordinate representation of color #B1C10C: hue angle of 65.3º degrees, saturation: 0.88, 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 #B1C10C is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 193 12 -
CMYK 0.08 0 0.94 0.24
HSL 65.3º 0.88% 0.4% -
HSV(B) 65.3º 0.94% 0.76% -
XYZ 37.27 47.51 7.55 -
YUV 167.58 40.2 134.72 -
System Red Green Blue C M Y K H S L
Decimal 177 193 12 0.08 0 0.94 0.24 65.3 0.88 0.4
Hex B1 C1 C 8 0 5E 18 41 58 28
Octal 261 301 14 10 0 136 30 101 130 50
Binary 10110001 11000001 1100 1000 0 1011110 11000 1000001 1011000 101000

Color Harmonies of #B1C10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C10C

Black with #B1C10C

Text Example


Text Example

White with #B1C10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C10C; }

 p { color: rgb(177,193,12); }

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

background-color css

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

 a { background-color: rgb(177,193,12); }

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

border-color css

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

 span { border-color: rgb(177,193,12); }

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