Html Css Color HEX #B2C51D Rio Grande

📋 copy color: '#B2C51D'

red 178 ◦ green 197 ◦ blue 29

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

Shades of Rio Grande #B2C51D

Tints of Rio Grande #B2C51D

RGB

 RED value IS 178 (69.92% from 255) = 44.06%

 GREEN value IS 197 (77.34% from 255) = 48.76%

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

R = 44.06%
G = 48.76%
B = 7.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#B2C51D (or 0xB2C51D) is known color: Rio Grande. HEX triplet: B2, C5 and 1D. RGB value is (178,197,29). Sum of RGB (Red+Green+Blue) = 178+197+29=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C51D is #4D3AE2. Grayscale: #ACACAC. Windows color (decimal): -5061347 or 1951154. OLE color: 1951154.

HSL color Cylindrical-coordinate representation of color #B2C51D: hue angle of 66.79º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2C51D is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 197 29 -
CMYK 0.10 0 0.85 0.23
HSL 66.79º 0.74% 0.44% -
HSV(B) 66.79º 0.85% 0.77% -
XYZ 38.55 49.49 8.68 -
YUV 172.17 47.21 132.16 -
System Red Green Blue C M Y K H S L
Decimal 178 197 29 0.10 0 0.85 0.23 66.79 0.74 0.44
Hex B2 C5 1D A 0 55 17 43 4A 2C
Octal 262 305 35 12 0 125 27 103 112 54
Binary 10110010 11000101 11101 1010 0 1010101 10111 1000011 1001010 101100

Color Harmonies of #B2C51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C51D

Black with #B2C51D

Text Example


Text Example

White with #B2C51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C51D; }

 p { color: rgb(178,197,29); }

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

background-color css

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

 a { background-color: rgb(178,197,29); }

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

border-color css

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

 span { border-color: rgb(178,197,29); }

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