Html Css Color HEX #B2C014 Rio Grande

📋 copy color: '#B2C014'

red 178 ◦ green 192 ◦ blue 20

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

Shades of Rio Grande #B2C014

Tints of Rio Grande #B2C014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.23%

 BLUE value IS 20 (8.2% from 255) = 5.13%

R = 45.64%
G = 49.23%
B = 5.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#B2C014 (or 0xB2C014) is known color: Rio Grande. HEX triplet: B2, C0 and 14. RGB value is (178,192,20). Sum of RGB (Red+Green+Blue) = 178+192+20=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C014 is #4D3FEB. Grayscale: #A8A8A8. Windows color (decimal): -5062636 or 1360050. OLE color: 1360050.

HSL color Cylindrical-coordinate representation of color #B2C014: hue angle of 64.88º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2C014 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 20 -
CMYK 0.07 0 0.90 0.25
HSL 64.88º 0.81% 0.42% -
HSV(B) 64.88º 0.9% 0.75% -
XYZ 37.34 47.21 7.81 -
YUV 168.21 44.36 134.99 -
System Red Green Blue C M Y K H S L
Decimal 178 192 20 0.07 0 0.90 0.25 64.88 0.81 0.42
Hex B2 C0 14 7 0 5A 19 41 51 2A
Octal 262 300 24 7 0 132 31 101 121 52
Binary 10110010 11000000 10100 111 0 1011010 11001 1000001 1010001 101010

Color Harmonies of #B2C014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C014

Black with #B2C014

Text Example


Text Example

White with #B2C014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C014; }

 p { color: rgb(178,192,20); }

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

background-color css

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

 a { background-color: rgb(178,192,20); }

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

border-color css

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

 span { border-color: rgb(178,192,20); }

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