Html Css Color HEX #B8BC01 La Rioja

📋 copy color: '#B8BC01'

red 184 ◦ green 188 ◦ blue 1

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

Shades of La Rioja #B8BC01

Tints of La Rioja #B8BC01

RGB

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

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

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

R = 49.33%
G = 50.4%
B = 0.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#B8BC01 (or 0xB8BC01) is known color: La Rioja. HEX triplet: B8, BC and 01. RGB value is (184,188,1). Sum of RGB (Red+Green+Blue) = 184+188+1=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BC01 is #4743FE. Grayscale: #A6A6A6. Windows color (decimal): -4670463 or 113848. OLE color: 113848.

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

Color convert

RGB 184 188 1 -
CMYK 0.02 0 0.99 0.26
HSL 61.28º 0.99% 0.37% -
HSV(B) 61.28º 0.99% 0.74% -
XYZ 37.76 46.16 6.95 -
YUV 165.49 35.17 141.21 -
System Red Green Blue C M Y K H S L
Decimal 184 188 1 0.02 0 0.99 0.26 61.28 0.99 0.37
Hex B8 BC 1 2 0 63 1A 3D 63 25
Octal 270 274 1 2 0 143 32 75 143 45
Binary 10111000 10111100 1 10 0 1100011 11010 111101 1100011 100101

Color Harmonies of #B8BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BC01

Black with #B8BC01

Text Example


Text Example

White with #B8BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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