Html Css Color HEX #B2C613 Rio Grande

📋 copy color: '#B2C613'

red 178 ◦ green 198 ◦ blue 19

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

Shades of Rio Grande #B2C613

Tints of Rio Grande #B2C613

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.13%

 BLUE value IS 19 (7.81% from 255) = 4.81%

R = 45.06%
G = 50.13%
B = 4.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#B2C613 (or 0xB2C613) is known color: Rio Grande. HEX triplet: B2, C6 and 13. RGB value is (178,198,19). Sum of RGB (Red+Green+Blue) = 178+198+19=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C613 is #4D39EC. Grayscale: #ACACAC. Windows color (decimal): -5061101 or 1296050. OLE color: 1296050.

HSL color Cylindrical-coordinate representation of color #B2C613: hue angle of 66.7º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2C613 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 198 19 -
CMYK 0.10 0 0.90 0.22
HSL 66.7º 0.82% 0.43% -
HSV(B) 66.7º 0.9% 0.78% -
XYZ 38.67 49.9 8.21 -
YUV 171.61 41.87 132.55 -
System Red Green Blue C M Y K H S L
Decimal 178 198 19 0.10 0 0.90 0.22 66.7 0.82 0.43
Hex B2 C6 13 A 0 5A 16 43 52 2B
Octal 262 306 23 12 0 132 26 103 122 53
Binary 10110010 11000110 10011 1010 0 1011010 10110 1000011 1010010 101011

Color Harmonies of #B2C613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C613

Black with #B2C613

Text Example


Text Example

White with #B2C613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C613; }

 p { color: rgb(178,198,19); }

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

background-color css

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

 a { background-color: rgb(178,198,19); }

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

border-color css

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

 span { border-color: rgb(178,198,19); }

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