Html Css Color HEX #B4BA27 Rio Grande

📋 copy color: '#B4BA27'

red 180 ◦ green 186 ◦ blue 39

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

Shades of Rio Grande #B4BA27

Tints of Rio Grande #B4BA27

RGB

 RED value IS 180 (70.7% from 255) = 44.44%

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

 BLUE value IS 39 (15.63% from 255) = 9.63%

R = 44.44%
G = 45.93%
B = 9.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B4BA27 (or 0xB4BA27) is known color: Rio Grande. HEX triplet: B4, BA and 27. RGB value is (180,186,39). Sum of RGB (Red+Green+Blue) = 180+186+39=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA27 is #4B45D8. Grayscale: #A8A8A8. Windows color (decimal): -4933081 or 2603700. OLE color: 2603700.

HSL color Cylindrical-coordinate representation of color #B4BA27: hue angle of 62.45º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4BA27 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 186 39 -
CMYK 0.03 0 0.79 0.27
HSL 62.45º 0.65% 0.44% -
HSV(B) 62.45º 0.79% 0.73% -
XYZ 36.75 44.97 8.66 -
YUV 167.45 55.51 136.95 -
System Red Green Blue C M Y K H S L
Decimal 180 186 39 0.03 0 0.79 0.27 62.45 0.65 0.44
Hex B4 BA 27 3 0 4F 1B 3E 41 2C
Octal 264 272 47 3 0 117 33 76 101 54
Binary 10110100 10111010 100111 11 0 1001111 11011 111110 1000001 101100

Color Harmonies of #B4BA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BA27

Black with #B4BA27

Text Example


Text Example

White with #B4BA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BA27; }

 p { color: rgb(180,186,39); }

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

background-color css

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

 a { background-color: rgb(180,186,39); }

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

border-color css

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

 span { border-color: rgb(180,186,39); }

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