Html Css Color HEX #B8C001 La Rioja

📋 copy color: '#B8C001'

red 184 ◦ green 192 ◦ blue 1

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

Shades of La Rioja #B8C001

Tints of La Rioja #B8C001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.93%

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

R = 48.81%
G = 50.93%
B = 0.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#B8C001 (or 0xB8C001) is known color: La Rioja. HEX triplet: B8, C0 and 01. RGB value is (184,192,1). Sum of RGB (Red+Green+Blue) = 184+192+1=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C001 is #473FFE. Grayscale: #A8A8A8. Windows color (decimal): -4669439 or 114872. OLE color: 114872.

HSL color Cylindrical-coordinate representation of color #B8C001: hue angle of 62.51º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8C001 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 192 1 -
CMYK 0.04 0 0.99 0.25
HSL 62.51º 0.99% 0.38% -
HSV(B) 62.51º 0.99% 0.75% -
XYZ 38.62 47.89 7.24 -
YUV 167.83 33.85 139.53 -
System Red Green Blue C M Y K H S L
Decimal 184 192 1 0.04 0 0.99 0.25 62.51 0.99 0.38
Hex B8 C0 1 4 0 63 19 3F 63 26
Octal 270 300 1 4 0 143 31 77 143 46
Binary 10111000 11000000 1 100 0 1100011 11001 111111 1100011 100110

Color Harmonies of #B8C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C001

Black with #B8C001

Text Example


Text Example

White with #B8C001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C001; }

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

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

background-color css

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

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

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

border-color css

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

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

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