Html Css Color HEX #B8C120 Rio Grande

📋 copy color: '#B8C120'

red 184 ◦ green 193 ◦ blue 32

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

Shades of Rio Grande #B8C120

Tints of Rio Grande #B8C120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.19%

 BLUE value IS 32 (12.89% from 255) = 7.82%

R = 44.99%
G = 47.19%
B = 7.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#B8C120 (or 0xB8C120) is known color: Rio Grande. HEX triplet: B8, C1 and 20. RGB value is (184,193,32). Sum of RGB (Red+Green+Blue) = 184+193+32=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C120 is #473EDF. Grayscale: #ACACAC. Windows color (decimal): -4669152 or 2146744. OLE color: 2146744.

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

Color convert

RGB 184 193 32 -
CMYK 0.05 0 0.83 0.24
HSL 63.35º 0.72% 0.44% -
HSV(B) 63.35º 0.83% 0.76% -
XYZ 39.1 48.43 8.65 -
YUV 171.96 49.02 136.59 -
System Red Green Blue C M Y K H S L
Decimal 184 193 32 0.05 0 0.83 0.24 63.35 0.72 0.44
Hex B8 C1 20 5 0 53 18 3F 48 2C
Octal 270 301 40 5 0 123 30 77 110 54
Binary 10111000 11000001 100000 101 0 1010011 11000 111111 1001000 101100

Color Harmonies of #B8C120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C120

Black with #B8C120

Text Example


Text Example

White with #B8C120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C120; }

 p { color: rgb(184,193,32); }

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

background-color css

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

 a { background-color: rgb(184,193,32); }

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

border-color css

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

 span { border-color: rgb(184,193,32); }

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