Html Css Color HEX #B2C429 Rio Grande

📋 copy color: '#B2C429'

red 178 ◦ green 196 ◦ blue 41

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

Shades of Rio Grande #B2C429

Tints of Rio Grande #B2C429

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.23%

 BLUE value IS 41 (16.41% from 255) = 9.88%

R = 42.89%
G = 47.23%
B = 9.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#B2C429 (or 0xB2C429) is known color: Rio Grande. HEX triplet: B2, C4 and 29. RGB value is (178,196,41). Sum of RGB (Red+Green+Blue) = 178+196+41=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C429 is #4D3BD6. Grayscale: #ADADAD. Windows color (decimal): -5061591 or 2737330. OLE color: 2737330.

HSL color Cylindrical-coordinate representation of color #B2C429: hue angle of 66.97º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2C429 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 196 41 -
CMYK 0.09 0 0.79 0.23
HSL 66.97º 0.65% 0.46% -
HSV(B) 66.97º 0.79% 0.77% -
XYZ 38.5 49.1 9.55 -
YUV 172.95 53.54 131.6 -
System Red Green Blue C M Y K H S L
Decimal 178 196 41 0.09 0 0.79 0.23 66.97 0.65 0.46
Hex B2 C4 29 9 0 4F 17 43 41 2E
Octal 262 304 51 11 0 117 27 103 101 56
Binary 10110010 11000100 101001 1001 0 1001111 10111 1000011 1000001 101110

Color Harmonies of #B2C429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C429

Black with #B2C429

Text Example


Text Example

White with #B2C429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C429; }

 p { color: rgb(178,196,41); }

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

background-color css

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

 a { background-color: rgb(178,196,41); }

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

border-color css

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

 span { border-color: rgb(178,196,41); }

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