Html Css Color HEX #B7BC00 La Rioja

📋 copy color: '#B7BC00'

red 183 ◦ green 188 ◦ blue 0

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

Shades of La Rioja #B7BC00

Tints of La Rioja #B7BC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.67%

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

R = 49.33%
G = 50.67%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#B7BC00 (or 0xB7BC00) is known color: La Rioja. HEX triplet: B7, BC and 00. RGB value is (183,188,0). Sum of RGB (Red+Green+Blue) = 183+188+0=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BC00 is #4843FF. Grayscale: #A5A5A5. Windows color (decimal): -4736000 or 48311. OLE color: 48311.

HSL color Cylindrical-coordinate representation of color #B7BC00: hue angle of 61.6º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7BC00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 188 0 -
CMYK 0.03 0 1 0.26
HSL 61.6º 1% 0.37% -
HSV(B) 61.6º 1% 0.74% -
XYZ 37.51 46.03 6.91 -
YUV 165.07 34.84 140.79 -
System Red Green Blue C M Y K H S L
Decimal 183 188 0 0.03 0 1 0.26 61.6 1 0.37
Hex B7 BC 0 3 0 64 1A 3E 64 25
Octal 267 274 0 3 0 144 32 76 144 45
Binary 10110111 10111100 0 11 0 1100100 11010 111110 1100100 100101

Color Harmonies of #B7BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BC00

Black with #B7BC00

Text Example


Text Example

White with #B7BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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