Html Css Color HEX #B3C61B Rio Grande

📋 copy color: '#B3C61B'

red 179 ◦ green 198 ◦ blue 27

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

Shades of Rio Grande #B3C61B

Tints of Rio Grande #B3C61B

RGB

 RED value IS 179 (70.31% from 255) = 44.31%

 GREEN value IS 198 (77.73% from 255) = 49.01%

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

R = 44.31%
G = 49.01%
B = 6.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#B3C61B (or 0xB3C61B) is known color: Rio Grande. HEX triplet: B3, C6 and 1B. RGB value is (179,198,27). Sum of RGB (Red+Green+Blue) = 179+198+27=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C61B is #4C39E4. Grayscale: #ADADAD. Windows color (decimal): -4995557 or 1820339. OLE color: 1820339.

HSL color Cylindrical-coordinate representation of color #B3C61B: hue angle of 66.67º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B3C61B is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 198 27 -
CMYK 0.10 0 0.86 0.22
HSL 66.67º 0.76% 0.44% -
HSV(B) 66.67º 0.86% 0.78% -
XYZ 38.98 50.05 8.64 -
YUV 172.83 45.71 132.4 -
System Red Green Blue C M Y K H S L
Decimal 179 198 27 0.10 0 0.86 0.22 66.67 0.76 0.44
Hex B3 C6 1B A 0 56 16 43 4C 2C
Octal 263 306 33 12 0 126 26 103 114 54
Binary 10110011 11000110 11011 1010 0 1010110 10110 1000011 1001100 101100

Color Harmonies of #B3C61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C61B

Black with #B3C61B

Text Example


Text Example

White with #B3C61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C61B; }

 p { color: rgb(179,198,27); }

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

background-color css

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

 a { background-color: rgb(179,198,27); }

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

border-color css

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

 span { border-color: rgb(179,198,27); }

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