Html Css Color HEX #B8BC00 La Rioja

📋 copy color: '#B8BC00'

red 184 ◦ green 188 ◦ blue 0

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

Shades of La Rioja #B8BC00

Tints of La Rioja #B8BC00

RGB

 RED value IS 184 (72.27% from 255) = 49.46%

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

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

R = 49.46%
G = 50.54%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#B8BC00 (or 0xB8BC00) is known color: La Rioja. HEX triplet: B8, BC and 00. RGB value is (184,188,0). Sum of RGB (Red+Green+Blue) = 184+188+0=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BC00 is #4743FF. Grayscale: #A6A6A6. Windows color (decimal): -4670464 or 48312. OLE color: 48312.

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

Color convert

RGB 184 188 0 -
CMYK 0.02 0 1 0.26
HSL 61.28º 1% 0.37% -
HSV(B) 61.28º 1% 0.74% -
XYZ 37.75 46.16 6.92 -
YUV 165.37 34.67 141.29 -
System Red Green Blue C M Y K H S L
Decimal 184 188 0 0.02 0 1 0.26 61.28 1 0.37
Hex B8 BC 0 2 0 64 1A 3D 64 25
Octal 270 274 0 2 0 144 32 75 144 45
Binary 10111000 10111100 0 10 0 1100100 11010 111101 1100100 100101

Color Harmonies of #B8BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BC00

Black with #B8BC00

Text Example


Text Example

White with #B8BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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