Html Css Color HEX #B9C12B Rio Grande

📋 copy color: '#B9C12B'

red 185 ◦ green 193 ◦ blue 43

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

Shades of Rio Grande #B9C12B

Tints of Rio Grande #B9C12B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.84%

 BLUE value IS 43 (17.19% from 255) = 10.21%

R = 43.94%
G = 45.84%
B = 10.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#B9C12B (or 0xB9C12B) is known color: Rio Grande. HEX triplet: B9, C1 and 2B. RGB value is (185,193,43). Sum of RGB (Red+Green+Blue) = 185+193+43=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C12B is #463ED4. Grayscale: #AEAEAE. Windows color (decimal): -4603605 or 2867641. OLE color: 2867641.

HSL color Cylindrical-coordinate representation of color #B9C12B: hue angle of 63.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9C12B is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 193 43 -
CMYK 0.04 0 0.78 0.24
HSL 63.2º 0.64% 0.46% -
HSV(B) 63.2º 0.78% 0.76% -
XYZ 39.51 48.63 9.59 -
YUV 173.51 54.35 136.2 -
System Red Green Blue C M Y K H S L
Decimal 185 193 43 0.04 0 0.78 0.24 63.2 0.64 0.46
Hex B9 C1 2B 4 0 4E 18 3F 40 2E
Octal 271 301 53 4 0 116 30 77 100 56
Binary 10111001 11000001 101011 100 0 1001110 11000 111111 1000000 101110

Color Harmonies of #B9C12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C12B

Black with #B9C12B

Text Example


Text Example

White with #B9C12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C12B; }

 p { color: rgb(185,193,43); }

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

background-color css

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

 a { background-color: rgb(185,193,43); }

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

border-color css

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

 span { border-color: rgb(185,193,43); }

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