Html Css Color HEX #B7D000 La Rioja

📋 copy color: '#B7D000'

red 183 ◦ green 208 ◦ blue 0

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

Shades of La Rioja #B7D000

Tints of La Rioja #B7D000

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.2%

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

R = 46.8%
G = 53.2%
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

#B7D000 (or 0xB7D000) is known color: La Rioja. HEX triplet: B7, D0 and 00. RGB value is (183,208,0). Sum of RGB (Red+Green+Blue) = 183+208+0=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D000 is #482FFF. Grayscale: #B1B1B1. Windows color (decimal): -4730880 or 53431. OLE color: 53431.

HSL color Cylindrical-coordinate representation of color #B7D000: hue angle of 67.21º 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 #B7D000 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 208 0 -
CMYK 0.12 0 1 0.18
HSL 67.21º 1% 0.41% -
HSV(B) 67.21º 1% 0.82% -
XYZ 42.08 55.18 8.43 -
YUV 176.81 28.22 132.41 -
System Red Green Blue C M Y K H S L
Decimal 183 208 0 0.12 0 1 0.18 67.21 1 0.41
Hex B7 D0 0 C 0 64 12 43 64 29
Octal 267 320 0 14 0 144 22 103 144 51
Binary 10110111 11010000 0 1100 0 1100100 10010 1000011 1100100 101001

Color Harmonies of #B7D000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D000

Black with #B7D000

Text Example


Text Example

White with #B7D000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D000; }

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

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

background-color css

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

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

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

border-color css

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

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

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