Html Css Color HEX #B1C308 La Rioja

📋 copy color: '#B1C308'

red 177 ◦ green 195 ◦ blue 8

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

Shades of La Rioja #B1C308

Tints of La Rioja #B1C308

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.32%

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

R = 46.58%
G = 51.32%
B = 2.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#B1C308 (or 0xB1C308) is known color: La Rioja. HEX triplet: B1, C3 and 08. RGB value is (177,195,8). Sum of RGB (Red+Green+Blue) = 177+195+8=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 195 (76.56% from 255 or 51.32% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C308 is #4E3CF7. Grayscale: #A9A9A9. Windows color (decimal): -5127416 or 574385. OLE color: 574385.

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

Color convert

RGB 177 195 8 -
CMYK 0.09 0 0.96 0.24
HSL 65.78º 0.92% 0.4% -
HSV(B) 65.78º 0.96% 0.76% -
XYZ 37.69 48.39 7.58 -
YUV 168.3 37.54 134.21 -
System Red Green Blue C M Y K H S L
Decimal 177 195 8 0.09 0 0.96 0.24 65.78 0.92 0.4
Hex B1 C3 8 9 0 60 18 42 5C 28
Octal 261 303 10 11 0 140 30 102 134 50
Binary 10110001 11000011 1000 1001 0 1100000 11000 1000010 1011100 101000

Color Harmonies of #B1C308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C308

Black with #B1C308

Text Example


Text Example

White with #B1C308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C308; }

 p { color: rgb(177,195,8); }

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

background-color css

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

 a { background-color: rgb(177,195,8); }

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

border-color css

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

 span { border-color: rgb(177,195,8); }

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