Html Css Color HEX #B8C20D La Rioja

📋 copy color: '#B8C20D'

red 184 ◦ green 194 ◦ blue 13

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

Shades of La Rioja #B8C20D

Tints of La Rioja #B8C20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.62%

 BLUE value IS 13 (5.47% from 255) = 3.32%

R = 47.06%
G = 49.62%
B = 3.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#B8C20D (or 0xB8C20D) is known color: La Rioja. HEX triplet: B8, C2 and 0D. RGB value is (184,194,13). Sum of RGB (Red+Green+Blue) = 184+194+13=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C20D is #473DF2. Grayscale: #ABABAB. Windows color (decimal): -4668915 or 901816. OLE color: 901816.

HSL color Cylindrical-coordinate representation of color #B8C20D: hue angle of 63.31º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8C20D is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 194 13 -
CMYK 0.05 0 0.93 0.24
HSL 63.31º 0.87% 0.41% -
HSV(B) 63.31º 0.93% 0.76% -
XYZ 39.13 48.8 7.74 -
YUV 170.38 39.19 137.72 -
System Red Green Blue C M Y K H S L
Decimal 184 194 13 0.05 0 0.93 0.24 63.31 0.87 0.41
Hex B8 C2 D 5 0 5D 18 3F 57 29
Octal 270 302 15 5 0 135 30 77 127 51
Binary 10111000 11000010 1101 101 0 1011101 11000 111111 1010111 101001

Color Harmonies of #B8C20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C20D

Black with #B8C20D

Text Example


Text Example

White with #B8C20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C20D; }

 p { color: rgb(184,194,13); }

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

background-color css

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

 a { background-color: rgb(184,194,13); }

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

border-color css

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

 span { border-color: rgb(184,194,13); }

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