Html Css Color HEX #B9C51D Rio Grande

📋 copy color: '#B9C51D'

red 185 ◦ green 197 ◦ blue 29

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

Shades of Rio Grande #B9C51D

Tints of Rio Grande #B9C51D

RGB

 RED value IS 185 (72.66% from 255) = 45.01%

 GREEN value IS 197 (77.34% from 255) = 47.93%

 BLUE value IS 29 (11.72% from 255) = 7.06%

R = 45.01%
G = 47.93%
B = 7.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#B9C51D (or 0xB9C51D) is known color: Rio Grande. HEX triplet: B9, C5 and 1D. RGB value is (185,197,29). Sum of RGB (Red+Green+Blue) = 185+197+29=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C51D is #463AE2. Grayscale: #AEAEAE. Windows color (decimal): -4602595 or 1951161. OLE color: 1951161.

HSL color Cylindrical-coordinate representation of color #B9C51D: hue angle of 64.29º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9C51D is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 197 29 -
CMYK 0.06 0 0.85 0.23
HSL 64.29º 0.74% 0.44% -
HSV(B) 64.29º 0.85% 0.77% -
XYZ 40.2 50.34 8.76 -
YUV 174.26 46.02 135.66 -
System Red Green Blue C M Y K H S L
Decimal 185 197 29 0.06 0 0.85 0.23 64.29 0.74 0.44
Hex B9 C5 1D 6 0 55 17 40 4A 2C
Octal 271 305 35 6 0 125 27 100 112 54
Binary 10111001 11000101 11101 110 0 1010101 10111 1000000 1001010 101100

Color Harmonies of #B9C51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C51D

Black with #B9C51D

Text Example


Text Example

White with #B9C51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C51D; }

 p { color: rgb(185,197,29); }

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

background-color css

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

 a { background-color: rgb(185,197,29); }

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

border-color css

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

 span { border-color: rgb(185,197,29); }

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