Html Css Color HEX #B8C615 Rio Grande

📋 copy color: '#B8C615'

red 184 ◦ green 198 ◦ blue 21

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

Shades of Rio Grande #B8C615

Tints of Rio Grande #B8C615

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.13%

 BLUE value IS 21 (8.59% from 255) = 5.21%

R = 45.66%
G = 49.13%
B = 5.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#B8C615 (or 0xB8C615) is known color: Rio Grande. HEX triplet: B8, C6 and 15. RGB value is (184,198,21). Sum of RGB (Red+Green+Blue) = 184+198+21=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C615 is #4739EA. Grayscale: #AEAEAE. Windows color (decimal): -4667883 or 1427128. OLE color: 1427128.

HSL color Cylindrical-coordinate representation of color #B8C615: hue angle of 64.75º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8C615 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 198 21 -
CMYK 0.07 0 0.89 0.22
HSL 64.75º 0.81% 0.43% -
HSV(B) 64.75º 0.89% 0.78% -
XYZ 40.1 50.63 8.37 -
YUV 173.64 41.86 135.39 -
System Red Green Blue C M Y K H S L
Decimal 184 198 21 0.07 0 0.89 0.22 64.75 0.81 0.43
Hex B8 C6 15 7 0 59 16 41 51 2B
Octal 270 306 25 7 0 131 26 101 121 53
Binary 10111000 11000110 10101 111 0 1011001 10110 1000001 1010001 101011

Color Harmonies of #B8C615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C615

Black with #B8C615

Text Example


Text Example

White with #B8C615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C615; }

 p { color: rgb(184,198,21); }

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

background-color css

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

 a { background-color: rgb(184,198,21); }

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

border-color css

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

 span { border-color: rgb(184,198,21); }

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