Html Css Color HEX #B7C101 La Rioja

📋 copy color: '#B7C101'

red 183 ◦ green 193 ◦ blue 1

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

Shades of La Rioja #B7C101

Tints of La Rioja #B7C101

RGB

 RED value IS 183 (71.88% from 255) = 48.54%

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

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

R = 48.54%
G = 51.19%
B = 0.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#B7C101 (or 0xB7C101) is known color: La Rioja. HEX triplet: B7, C1 and 01. RGB value is (183,193,1). Sum of RGB (Red+Green+Blue) = 183+193+1=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C101 is #483EFE. Grayscale: #A8A8A8. Windows color (decimal): -4734719 or 115127. OLE color: 115127.

HSL color Cylindrical-coordinate representation of color #B7C101: hue angle of 63.12º 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 #B7C101 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 193 1 -
CMYK 0.05 0 0.99 0.24
HSL 63.13º 0.99% 0.38% -
HSV(B) 63.13º 0.99% 0.76% -
XYZ 38.6 48.21 7.3 -
YUV 168.12 33.69 138.61 -
System Red Green Blue C M Y K H S L
Decimal 183 193 1 0.05 0 0.99 0.24 63.13 0.99 0.38
Hex B7 C1 1 5 0 63 18 3F 63 26
Octal 267 301 1 5 0 143 30 77 143 46
Binary 10110111 11000001 1 101 0 1100011 11000 111111 1100011 100110

Color Harmonies of #B7C101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C101

Black with #B7C101

Text Example


Text Example

White with #B7C101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C101; }

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

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

background-color css

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

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

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

border-color css

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

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

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