Html Css Color HEX #B5C21B Rio Grande

📋 copy color: '#B5C21B'

red 181 ◦ green 194 ◦ blue 27

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

Shades of Rio Grande #B5C21B

Tints of Rio Grande #B5C21B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.26%

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

R = 45.02%
G = 48.26%
B = 6.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#B5C21B (or 0xB5C21B) is known color: Rio Grande. HEX triplet: B5, C2 and 1B. RGB value is (181,194,27). Sum of RGB (Red+Green+Blue) = 181+194+27=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C21B is #4A3DE4. Grayscale: #ABABAB. Windows color (decimal): -4865509 or 1819317. OLE color: 1819317.

HSL color Cylindrical-coordinate representation of color #B5C21B: hue angle of 64.67º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5C21B is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 194 27 -
CMYK 0.07 0 0.86 0.24
HSL 64.67º 0.76% 0.43% -
HSV(B) 64.67º 0.86% 0.76% -
XYZ 38.55 48.49 8.36 -
YUV 171.08 46.69 135.08 -
System Red Green Blue C M Y K H S L
Decimal 181 194 27 0.07 0 0.86 0.24 64.67 0.76 0.43
Hex B5 C2 1B 7 0 56 18 41 4C 2B
Octal 265 302 33 7 0 126 30 101 114 53
Binary 10110101 11000010 11011 111 0 1010110 11000 1000001 1001100 101011

Color Harmonies of #B5C21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C21B

Black with #B5C21B

Text Example


Text Example

White with #B5C21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C21B; }

 p { color: rgb(181,194,27); }

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

background-color css

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

 a { background-color: rgb(181,194,27); }

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

border-color css

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

 span { border-color: rgb(181,194,27); }

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