Html Css Color HEX #B5C61D Rio Grande

📋 copy color: '#B5C61D'

red 181 ◦ green 198 ◦ blue 29

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

Shades of Rio Grande #B5C61D

Tints of Rio Grande #B5C61D

RGB

 RED value IS 181 (71.09% from 255) = 44.36%

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

 BLUE value IS 29 (11.72% from 255) = 7.11%

R = 44.36%
G = 48.53%
B = 7.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#B5C61D (or 0xB5C61D) is known color: Rio Grande. HEX triplet: B5, C6 and 1D. RGB value is (181,198,29). Sum of RGB (Red+Green+Blue) = 181+198+29=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C61D is #4A39E2. Grayscale: #AEAEAE. Windows color (decimal): -4864483 or 1951413. OLE color: 1951413.

HSL color Cylindrical-coordinate representation of color #B5C61D: hue angle of 66.04º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5C61D is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 198 29 -
CMYK 0.09 0 0.85 0.22
HSL 66.04º 0.74% 0.45% -
HSV(B) 66.04º 0.85% 0.78% -
XYZ 39.47 50.3 8.79 -
YUV 173.65 46.37 133.24 -
System Red Green Blue C M Y K H S L
Decimal 181 198 29 0.09 0 0.85 0.22 66.04 0.74 0.45
Hex B5 C6 1D 9 0 55 16 42 4A 2D
Octal 265 306 35 11 0 125 26 102 112 55
Binary 10110101 11000110 11101 1001 0 1010101 10110 1000010 1001010 101101

Color Harmonies of #B5C61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C61D

Black with #B5C61D

Text Example


Text Example

White with #B5C61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C61D; }

 p { color: rgb(181,198,29); }

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

background-color css

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

 a { background-color: rgb(181,198,29); }

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

border-color css

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

 span { border-color: rgb(181,198,29); }

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