Html Css Color HEX #B2C92A Rio Grande

📋 copy color: '#B2C92A'

red 178 ◦ green 201 ◦ blue 42

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

Shades of Rio Grande #B2C92A

Tints of Rio Grande #B2C92A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.98%

R = 42.28%
G = 47.74%
B = 9.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#B2C92A (or 0xB2C92A) is known color: Rio Grande. HEX triplet: B2, C9 and 2A. RGB value is (178,201,42). Sum of RGB (Red+Green+Blue) = 178+201+42=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C92A is #4D36D5. Grayscale: #B0B0B0. Windows color (decimal): -5060310 or 2804146. OLE color: 2804146.

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

Color convert

RGB 178 201 42 -
CMYK 0.11 0 0.79 0.21
HSL 68.68º 0.65% 0.48% -
HSV(B) 68.68º 0.79% 0.79% -
XYZ 39.66 51.41 10.02 -
YUV 176 52.38 129.43 -
System Red Green Blue C M Y K H S L
Decimal 178 201 42 0.11 0 0.79 0.21 68.68 0.65 0.48
Hex B2 C9 2A B 0 4F 15 45 41 30
Octal 262 311 52 13 0 117 25 105 101 60
Binary 10110010 11001001 101010 1011 0 1001111 10101 1000101 1000001 110000

Color Harmonies of #B2C92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C92A

Black with #B2C92A

Text Example


Text Example

White with #B2C92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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