Html Css Color HEX #B9CA1B Rio Grande

📋 copy color: '#B9CA1B'

red 185 ◦ green 202 ◦ blue 27

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

Shades of Rio Grande #B9CA1B

Tints of Rio Grande #B9CA1B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.79%

 BLUE value IS 27 (10.94% from 255) = 6.52%

R = 44.69%
G = 48.79%
B = 6.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#B9CA1B (or 0xB9CA1B) is known color: Rio Grande. HEX triplet: B9, CA and 1B. RGB value is (185,202,27). Sum of RGB (Red+Green+Blue) = 185+202+27=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CA1B is #4635E4. Grayscale: #B1B1B1. Windows color (decimal): -4601317 or 1821369. OLE color: 1821369.

HSL color Cylindrical-coordinate representation of color #B9CA1B: hue angle of 65.83º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9CA1B is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 27 -
CMYK 0.08 0 0.87 0.21
HSL 65.83º 0.76% 0.45% -
HSV(B) 65.83º 0.87% 0.79% -
XYZ 41.33 52.63 9.02 -
YUV 176.97 43.37 133.73 -
System Red Green Blue C M Y K H S L
Decimal 185 202 27 0.08 0 0.87 0.21 65.83 0.76 0.45
Hex B9 CA 1B 8 0 57 15 42 4C 2D
Octal 271 312 33 10 0 127 25 102 114 55
Binary 10111001 11001010 11011 1000 0 1010111 10101 1000010 1001100 101101

Color Harmonies of #B9CA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA1B

Black with #B9CA1B

Text Example


Text Example

White with #B9CA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA1B; }

 p { color: rgb(185,202,27); }

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

background-color css

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

 a { background-color: rgb(185,202,27); }

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

border-color css

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

 span { border-color: rgb(185,202,27); }

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