Html Css Color HEX #B0C101 La Rioja

📋 copy color: '#B0C101'

red 176 ◦ green 193 ◦ blue 1

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

Shades of La Rioja #B0C101

Tints of La Rioja #B0C101

RGB

 RED value IS 176 (69.14% from 255) = 47.57%

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 47.57%
G = 52.16%
B = 0.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#B0C101 (or 0xB0C101) is known color: La Rioja. HEX triplet: B0, C1 and 01. RGB value is (176,193,1). Sum of RGB (Red+Green+Blue) = 176+193+1=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C101 is #4F3EFE. Grayscale: #A6A6A6. Windows color (decimal): -5193471 or 115120. OLE color: 115120.

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

Color convert

RGB 176 193 1 -
CMYK 0.09 0 0.99 0.24
HSL 65.31º 0.99% 0.38% -
HSV(B) 65.31º 0.99% 0.76% -
XYZ 36.98 47.37 7.22 -
YUV 166.03 34.87 135.11 -
System Red Green Blue C M Y K H S L
Decimal 176 193 1 0.09 0 0.99 0.24 65.31 0.99 0.38
Hex B0 C1 1 9 0 63 18 41 63 26
Octal 260 301 1 11 0 143 30 101 143 46
Binary 10110000 11000001 1 1001 0 1100011 11000 1000001 1100011 100110

Color Harmonies of #B0C101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C101

Black with #B0C101

Text Example


Text Example

White with #B0C101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C101; }

 p { color: rgb(176,193,1); }

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

background-color css

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

 a { background-color: rgb(176,193,1); }

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

border-color css

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

 span { border-color: rgb(176,193,1); }

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