Html Css Color HEX #B7D100 La Rioja

📋 copy color: '#B7D100'

red 183 ◦ green 209 ◦ blue 0

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

Shades of La Rioja #B7D100

Tints of La Rioja #B7D100

RGB

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

 GREEN value IS 209 (82.03% from 255) = 53.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.68%
G = 53.32%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#B7D100 (or 0xB7D100) is known color: La Rioja. HEX triplet: B7, D1 and 00. RGB value is (183,209,0). Sum of RGB (Red+Green+Blue) = 183+209+0=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 209 (82.03% from 255 or 53.32% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D100 is #482EFF. Grayscale: #B2B2B2. Windows color (decimal): -4730624 or 53687. OLE color: 53687.

HSL color Cylindrical-coordinate representation of color #B7D100: hue angle of 67.46º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7D100 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 209 0 -
CMYK 0.12 0 1 0.18
HSL 67.46º 1% 0.41% -
HSV(B) 67.46º 1% 0.82% -
XYZ 42.33 55.67 8.51 -
YUV 177.4 27.89 131.99 -
System Red Green Blue C M Y K H S L
Decimal 183 209 0 0.12 0 1 0.18 67.46 1 0.41
Hex B7 D1 0 C 0 64 12 43 64 29
Octal 267 321 0 14 0 144 22 103 144 51
Binary 10110111 11010001 0 1100 0 1100100 10010 1000011 1100100 101001

Color Harmonies of #B7D100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D100

Black with #B7D100

Text Example


Text Example

White with #B7D100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D100; }

 p { color: rgb(183,209,0); }

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

background-color css

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

 a { background-color: rgb(183,209,0); }

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

border-color css

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

 span { border-color: rgb(183,209,0); }

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