Html Css Color HEX #B8C308 La Rioja

📋 copy color: '#B8C308'

red 184 ◦ green 195 ◦ blue 8

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

Shades of La Rioja #B8C308

Tints of La Rioja #B8C308

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.39%

 BLUE value IS 8 (3.52% from 255) = 2.07%

R = 47.55%
G = 50.39%
B = 2.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#B8C308 (or 0xB8C308) is known color: La Rioja. HEX triplet: B8, C3 and 08. RGB value is (184,195,8). Sum of RGB (Red+Green+Blue) = 184+195+8=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C308 is #473CF7. Grayscale: #ABABAB. Windows color (decimal): -4668664 or 574392. OLE color: 574392.

HSL color Cylindrical-coordinate representation of color #B8C308: hue angle of 63.53º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8C308 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 195 8 -
CMYK 0.06 0 0.96 0.24
HSL 63.53º 0.92% 0.4% -
HSV(B) 63.53º 0.96% 0.76% -
XYZ 39.33 49.24 7.66 -
YUV 170.39 36.36 137.71 -
System Red Green Blue C M Y K H S L
Decimal 184 195 8 0.06 0 0.96 0.24 63.53 0.92 0.4
Hex B8 C3 8 6 0 60 18 40 5C 28
Octal 270 303 10 6 0 140 30 100 134 50
Binary 10111000 11000011 1000 110 0 1100000 11000 1000000 1011100 101000

Color Harmonies of #B8C308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C308

Black with #B8C308

Text Example


Text Example

White with #B8C308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C308; }

 p { color: rgb(184,195,8); }

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

background-color css

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

 a { background-color: rgb(184,195,8); }

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

border-color css

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

 span { border-color: rgb(184,195,8); }

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