Html Css Color HEX #B7BA1C Rio Grande

📋 copy color: '#B7BA1C'

red 183 ◦ green 186 ◦ blue 28

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

Shades of Rio Grande #B7BA1C

Tints of Rio Grande #B7BA1C

RGB

 RED value IS 183 (71.88% from 255) = 46.1%

 GREEN value IS 186 (73.05% from 255) = 46.85%

 BLUE value IS 28 (11.33% from 255) = 7.05%

R = 46.1%
G = 46.85%
B = 7.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B7BA1C (or 0xB7BA1C) is known color: Rio Grande. HEX triplet: B7, BA and 1C. RGB value is (183,186,28). Sum of RGB (Red+Green+Blue) = 183+186+28=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BA1C is #4845E3. Grayscale: #A7A7A7. Windows color (decimal): -4736484 or 1882807. OLE color: 1882807.

HSL color Cylindrical-coordinate representation of color #B7BA1C: hue angle of 61.14º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7BA1C is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 186 28 -
CMYK 0.02 0 0.85 0.27
HSL 61.14º 0.74% 0.42% -
HSV(B) 61.14º 0.85% 0.73% -
XYZ 37.3 45.27 7.87 -
YUV 167.09 49.51 139.35 -
System Red Green Blue C M Y K H S L
Decimal 183 186 28 0.02 0 0.85 0.27 61.14 0.74 0.42
Hex B7 BA 1C 2 0 55 1B 3D 4A 2A
Octal 267 272 34 2 0 125 33 75 112 52
Binary 10110111 10111010 11100 10 0 1010101 11011 111101 1001010 101010

Color Harmonies of #B7BA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BA1C

Black with #B7BA1C

Text Example


Text Example

White with #B7BA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BA1C; }

 p { color: rgb(183,186,28); }

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

background-color css

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

 a { background-color: rgb(183,186,28); }

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

border-color css

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

 span { border-color: rgb(183,186,28); }

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