Html Css Color HEX #B8C915 Rio Grande

📋 copy color: '#B8C915'

red 184 ◦ green 201 ◦ blue 21

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

Shades of Rio Grande #B8C915

Tints of Rio Grande #B8C915

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.51%

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

R = 45.32%
G = 49.51%
B = 5.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#B8C915 (or 0xB8C915) is known color: Rio Grande. HEX triplet: B8, C9 and 15. RGB value is (184,201,21). Sum of RGB (Red+Green+Blue) = 184+201+21=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C915 is #4736EA. Grayscale: #B0B0B0. Windows color (decimal): -4667115 or 1427896. OLE color: 1427896.

HSL color Cylindrical-coordinate representation of color #B8C915: hue angle of 65.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8C915 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 201 21 -
CMYK 0.08 0 0.90 0.21
HSL 65.67º 0.81% 0.44% -
HSV(B) 65.67º 0.9% 0.79% -
XYZ 40.79 52.02 8.6 -
YUV 175.4 40.87 134.14 -
System Red Green Blue C M Y K H S L
Decimal 184 201 21 0.08 0 0.90 0.21 65.67 0.81 0.44
Hex B8 C9 15 8 0 5A 15 42 51 2C
Octal 270 311 25 10 0 132 25 102 121 54
Binary 10111000 11001001 10101 1000 0 1011010 10101 1000010 1010001 101100

Color Harmonies of #B8C915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C915

Black with #B8C915

Text Example


Text Example

White with #B8C915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C915; }

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

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

background-color css

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

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

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

border-color css

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

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

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