Html Css Color HEX #B2C91A Rio Grande

📋 copy color: '#B2C91A'

red 178 ◦ green 201 ◦ blue 26

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

Shades of Rio Grande #B2C91A

Tints of Rio Grande #B2C91A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.63%

 BLUE value IS 26 (10.55% from 255) = 6.42%

R = 43.95%
G = 49.63%
B = 6.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#B2C91A (or 0xB2C91A) is known color: Rio Grande. HEX triplet: B2, C9 and 1A. RGB value is (178,201,26). Sum of RGB (Red+Green+Blue) = 178+201+26=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C91A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C91A is #4D36E5. Grayscale: #AEAEAE. Windows color (decimal): -5060326 or 1755570. OLE color: 1755570.

HSL color Cylindrical-coordinate representation of color #B2C91A: hue angle of 67.89º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2C91A is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 201 26 -
CMYK 0.11 0 0.87 0.21
HSL 67.89º 0.77% 0.45% -
HSV(B) 67.89º 0.87% 0.79% -
XYZ 39.43 51.31 8.8 -
YUV 174.17 44.38 130.73 -
System Red Green Blue C M Y K H S L
Decimal 178 201 26 0.11 0 0.87 0.21 67.89 0.77 0.45
Hex B2 C9 1A B 0 57 15 44 4D 2D
Octal 262 311 32 13 0 127 25 104 115 55
Binary 10110010 11001001 11010 1011 0 1010111 10101 1000100 1001101 101101

Color Harmonies of #B2C91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C91A

Black with #B2C91A

Text Example


Text Example

White with #B2C91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C91A; }

 p { color: rgb(178,201,26); }

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

background-color css

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

 a { background-color: rgb(178,201,26); }

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

border-color css

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

 span { border-color: rgb(178,201,26); }

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