Html Css Color HEX #B8D000 La Rioja

📋 copy color: '#B8D000'

red 184 ◦ green 208 ◦ blue 0

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

Shades of La Rioja #B8D000

Tints of La Rioja #B8D000

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.06%

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

R = 46.94%
G = 53.06%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#B8D000 (or 0xB8D000) is known color: La Rioja. HEX triplet: B8, D0 and 00. RGB value is (184,208,0). Sum of RGB (Red+Green+Blue) = 184+208+0=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D000 is #472FFF. Grayscale: #B1B1B1. Windows color (decimal): -4665344 or 53432. OLE color: 53432.

HSL color Cylindrical-coordinate representation of color #B8D000: hue angle of 66.92º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8D000 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 208 0 -
CMYK 0.12 0 1 0.18
HSL 66.92º 1% 0.41% -
HSV(B) 66.92º 1% 0.82% -
XYZ 42.32 55.3 8.44 -
YUV 177.11 28.05 132.91 -
System Red Green Blue C M Y K H S L
Decimal 184 208 0 0.12 0 1 0.18 66.92 1 0.41
Hex B8 D0 0 C 0 64 12 43 64 29
Octal 270 320 0 14 0 144 22 103 144 51
Binary 10111000 11010000 0 1100 0 1100100 10010 1000011 1100100 101001

Color Harmonies of #B8D000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D000

Black with #B8D000

Text Example


Text Example

White with #B8D000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D000; }

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

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

background-color css

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

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

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

border-color css

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

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

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