Html Css Color HEX #B7BA30 Rio Grande

📋 copy color: '#B7BA30'

red 183 ◦ green 186 ◦ blue 48

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

Shades of Rio Grande #B7BA30

Tints of Rio Grande #B7BA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.51%

R = 43.88%
G = 44.6%
B = 11.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B7BA30 (or 0xB7BA30) is known color: Rio Grande. HEX triplet: B7, BA and 30. RGB value is (183,186,48). Sum of RGB (Red+Green+Blue) = 183+186+48=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BA30 is #4845CF. Grayscale: #A9A9A9. Windows color (decimal): -4736464 or 3193527. OLE color: 3193527.

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

Color convert

RGB 183 186 48 -
CMYK 0.02 0 0.74 0.27
HSL 61.3º 0.59% 0.46% -
HSV(B) 61.3º 0.74% 0.73% -
XYZ 37.62 45.4 9.58 -
YUV 169.37 59.51 137.72 -
System Red Green Blue C M Y K H S L
Decimal 183 186 48 0.02 0 0.74 0.27 61.3 0.59 0.46
Hex B7 BA 30 2 0 4A 1B 3D 3B 2E
Octal 267 272 60 2 0 112 33 75 73 56
Binary 10110111 10111010 110000 10 0 1001010 11011 111101 111011 101110

Color Harmonies of #B7BA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BA30

Black with #B7BA30

Text Example


Text Example

White with #B7BA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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