Html Css Color HEX #B8C006 La Rioja

📋 copy color: '#B8C006'

red 184 ◦ green 192 ◦ blue 6

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

Shades of La Rioja #B8C006

Tints of La Rioja #B8C006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.57%

R = 48.17%
G = 50.26%
B = 1.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#B8C006 (or 0xB8C006) is known color: La Rioja. HEX triplet: B8, C0 and 06. RGB value is (184,192,6). Sum of RGB (Red+Green+Blue) = 184+192+6=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 6 (2.73% from 255 or 1.57% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C006 is #473FF9. Grayscale: #A9A9A9. Windows color (decimal): -4669434 or 442552. OLE color: 442552.

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

Color convert

RGB 184 192 6 -
CMYK 0.04 0 0.97 0.25
HSL 62.58º 0.94% 0.39% -
HSV(B) 62.58º 0.97% 0.75% -
XYZ 38.65 47.9 7.38 -
YUV 168.4 36.35 139.12 -
System Red Green Blue C M Y K H S L
Decimal 184 192 6 0.04 0 0.97 0.25 62.58 0.94 0.39
Hex B8 C0 6 4 0 61 19 3F 5E 27
Octal 270 300 6 4 0 141 31 77 136 47
Binary 10111000 11000000 110 100 0 1100001 11001 111111 1011110 100111

Color Harmonies of #B8C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C006

Black with #B8C006

Text Example


Text Example

White with #B8C006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C006; }

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

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

background-color css

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

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

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

border-color css

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

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

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