Html Css Color HEX #B8C513 Rio Grande

📋 copy color: '#B8C513'

red 184 ◦ green 197 ◦ blue 19

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

Shades of Rio Grande #B8C513

Tints of Rio Grande #B8C513

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.25%

 BLUE value IS 19 (7.81% from 255) = 4.75%

R = 46%
G = 49.25%
B = 4.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#B8C513 (or 0xB8C513) is known color: Rio Grande. HEX triplet: B8, C5 and 13. RGB value is (184,197,19). Sum of RGB (Red+Green+Blue) = 184+197+19=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C513 is #473AEC. Grayscale: #ADADAD. Windows color (decimal): -4668141 or 1295800. OLE color: 1295800.

HSL color Cylindrical-coordinate representation of color #B8C513: hue angle of 64.38º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8C513 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 184 197 19 -
CMYK 0.07 0 0.90 0.23
HSL 64.38º 0.82% 0.42% -
HSV(B) 64.38º 0.9% 0.77% -
XYZ 39.85 50.17 8.2 -
YUV 172.82 41.19 135.97 -
System Red Green Blue C M Y K H S L
Decimal 184 197 19 0.07 0 0.90 0.23 64.38 0.82 0.42
Hex B8 C5 13 7 0 5A 17 40 52 2A
Octal 270 305 23 7 0 132 27 100 122 52
Binary 10111000 11000101 10011 111 0 1011010 10111 1000000 1010010 101010

Color Harmonies of #B8C513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C513

Black with #B8C513

Text Example


Text Example

White with #B8C513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C513; }

 p { color: rgb(184,197,19); }

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

background-color css

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

 a { background-color: rgb(184,197,19); }

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

border-color css

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

 span { border-color: rgb(184,197,19); }

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