Html Css Color HEX #B8C01F Rio Grande

📋 copy color: '#B8C01F'

red 184 ◦ green 192 ◦ blue 31

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

Shades of Rio Grande #B8C01F

Tints of Rio Grande #B8C01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.17%

 BLUE value IS 31 (12.5% from 255) = 7.62%

R = 45.21%
G = 47.17%
B = 7.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#B8C01F (or 0xB8C01F) is known color: Rio Grande. HEX triplet: B8, C0 and 1F. RGB value is (184,192,31). Sum of RGB (Red+Green+Blue) = 184+192+31=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C01F is #473FE0. Grayscale: #ABABAB. Windows color (decimal): -4669409 or 2080952. OLE color: 2080952.

HSL color Cylindrical-coordinate representation of color #B8C01F: hue angle of 62.98º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8C01F is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 192 31 -
CMYK 0.04 0 0.84 0.25
HSL 62.98º 0.72% 0.44% -
HSV(B) 62.98º 0.84% 0.75% -
XYZ 38.86 47.99 8.51 -
YUV 171.25 48.85 137.09 -
System Red Green Blue C M Y K H S L
Decimal 184 192 31 0.04 0 0.84 0.25 62.98 0.72 0.44
Hex B8 C0 1F 4 0 54 19 3F 48 2C
Octal 270 300 37 4 0 124 31 77 110 54
Binary 10111000 11000000 11111 100 0 1010100 11001 111111 1001000 101100

Color Harmonies of #B8C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C01F

Black with #B8C01F

Text Example


Text Example

White with #B8C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C01F; }

 p { color: rgb(184,192,31); }

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

background-color css

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

 a { background-color: rgb(184,192,31); }

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

border-color css

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

 span { border-color: rgb(184,192,31); }

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